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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 一?艇鈍 | 10001000111010100011111110010010111110001001001111011101 | 88ea3f92f893dd |
EUC-JP | 一?艇鈍 | 10110000111011000011111111000100111110101100011011011111 | b0ec3fc4fac6df |
UTF-8 | 一렣艇鈍 | 111001001011100010000000111010111010000010100011111010001000100110000111111010011000100010001101 | e4b880eba0a3e88987e9888d |
UHC | 一렣艇鈍 | 1110110011101001100011101011010011101111111100111101010011101111 | ece98eb4eff3d4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)