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 | HML¹ | 1001001001001000100100100100110110010010010011001001000110111001 | 9248924d924c91b9 |
SJIS-WIN | ?H?M?L?? | 0011111101001000001111110100110100111111010011000011111100111111 | 3f483f4d3f4c3f3f |
EUC-JP | ?H?M?L?? | 0011111101001000001111110100110100111111010011000011111100111111 | 3f483f4d3f4c3f3f |
UTF-8 | HML¹ | 11000010100100100100100011000010100100100100110111000010100100100100110011000010100100011100001010111001 | c29248c2924dc2924cc291c2b9 |
UHC | ?H?M?L?¹ | 001111110100100000111111010011010011111101001100001111111010100111110110 | 3f483f4d3f4c3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)