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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??ぴ???B | 0011111100111111100000101101001000111111001111110011111101000010 | 3f3f82d23f3f3f42 |
EUC-JP | ??ぴ???B | 0011111100111111101001001101010000111111001111110011111101000010 | 3f3fa4d43f3f3f42 |
UTF-8 | 룶죴ぴ룶죴㈛B | 11101011101000111011011011101100101000111011010011100011100000011011010011101011101000111011011011101100101000111011010011100011100010001001101101000010 | eba3b6eca3b4e381b4eba3b6eca3b4e3889b42 |
UHC | 룶죴ぴ룶죴㈛B | 10001111101010111010000110001111101010101101010010001111101010111010000110001111101010011100110001000010 | 8faba18faad48faba18fa9cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)