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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | 濩?h濩? | 100011111100100110100100001111110110100010001111110010011010010000111111 | 8fc9a43f688fc9a43f |
UTF-8 | 濩렔h濩렔 | 11100110101111111010100111101011101000001001010001101000111001101011111110101001111010111010000010010100 | e6bfa9eba09468e6bfa9eba094 |
UHC | 濩렔h濩렔 | 111110111100110110001110101010010110100011111011110011011000111010101001 | fbcd8ea968fbcd8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)