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 | 陋ケ闍捺ぞ | 111010001001101110111001111010001000101110010011111001101000001010111100 | e89bb9e88b93e682bc |
EUC-JP | 陋ケ闍捺ぞ | 11101111111110111000111010111001111011111110101111000110111010001010010010111110 | effb8eb9efebc6e8a4be |
UTF-8 | 陋ケ闍捺ぞ | 111010011001100110001011111011111011110110111001111010011001011110001101111001101000110110111010111000111000000110011110 | e9998befbdb9e9978de68dbae3819e |
UHC | 陋??捺ぞ | 1101011110110000001111110011111111010001111101001010101010111110 | d7b03f3fd1f4aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)