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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???円?? | 00111111001111110011111110001001011111100011111100111111 | 3f3f3f897e3f3f |
EUC-JP | ???円?? | 00111111001111110011111110110001110111110011111100111111 | 3f3f3fb1df3f3f |
UTF-8 | 曆면눈円띰슛 | 111011111010011010001011111010111010100110110100111010111000100010001000111001011000011010000110111010111001110110110000111011001000101010011011 | efa68beba9b4eb8888e58686eb9db0ec8a9b |
UHC | 曆면눈円띰슛 | 111001101011011110111000111010011011010010101011111001011111011110110110111011111011110110111000 | e6b7b8e9b4abe5f7b6efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)