To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嘲?菖? | 100110100111110100111111100011111101001000111111 | 9a7d3f8fd23f |
EUC-JP | 嘲?菖? | 110100111101111000111111101111101101010000111111 | d3de3fbed43f |
UTF-8 | 嘲롆菖렣 | 111001011001100010110010111010111010000110000110111010001000111110010110111010111010000010100011 | e598b2eba186e88f96eba0a3 |
UHC | 嘲롆菖렣 | 1111000010111111100011101100110011110011111011101000111010110100 | f0bf8eccf3ee8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)