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[L» | 1001001001001000100100100101101110010010010011001001000110111011 | 9248925b924c91bb |
SJIS-WIN | ?H?[?L?? | 0011111101001000001111110101101100111111010011000011111100111111 | 3f483f5b3f4c3f3f |
EUC-JP | ?H?[?L?? | 0011111101001000001111110101101100111111010011000011111100111111 | 3f483f5b3f4c3f3f |
UTF-8 | H[L» | 11000010100100100100100011000010100100100101101111000010100100100100110011000010100100011100001010111011 | c29248c2925bc2924cc291c2bb |
UHC | ?H?[?L?? | 0011111101001000001111110101101100111111010011000011111100111111 | 3f483f5b3f4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)