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 | ?純ャ?? | 00111111100011111000001110000011100000110011111100111111 | 3f8f8383833f3f |
EUC-JP | ?純ャ?? | 00111111101111011110001110100101111000110011111100111111 | 3fbde3a5e33f3f |
UTF-8 | 룵純ャ룶끗 | 111010111010001110110101111001111011010010010100111000111000001110100011111010111010001110110110111010111000000110010111 | eba3b5e7b494e383a3eba3b6eb8197 |
UHC | 룵純ャ룶끗 | 10001111101010101110001011101101101010111110001110001111101010111011001011111101 | 8faae2edabe38fabb2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)