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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 濡??h濡?? | 100101000100011100111111001111110110100010010100010001110011111100111111 | 94473f3f6894473f3f |
EUC-JP | 濡??h濡?? | 110001111010100000111111001111110110100011000111101010000011111100111111 | c7a83f3f68c7a83f3f |
UTF-8 | 濡붾젔h濡붾젔 | 11100110101111111010000111101011101101101011111011101100101000001001010001101000111001101011111110100001111010111011011010111110111011001010000010010100 | e6bfa1ebb6beeca09468e6bfa1ebb6beeca094 |
UHC | 濡붾젔h濡붾젔 | 11101011101000011001010011101011101000001001001001101000111010111010000110010100111010111010000010010010 | eba194eba09268eba194eba092 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)