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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲??鎰? | 11100001100111110011111100111111111010000100110000111111 | e19f3f3fe84c3f |
EUC-JP | 癲??鎰? | 11100010101000010011111100111111111011111010110100111111 | e2a13f3fefad3f |
UTF-8 | 癲좊ㅉ鎰뾇 | 111001111001100110110010111011001010001010001010111000111000010110001001111010011000111010110000111010111011111010000111 | e799b2eca28ae38589e98eb0ebbe87 |
UHC | 癲좊ㅉ鎰뾇 | 11101111101001101010000011101011101001001011100111101100111100001001011101000101 | efa6a0eba4b9ecf09745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)