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 | ?M??E] | 001111110100110100111111001111110100010101011101 | 3f4d3f3f455d |
SJIS-WIN | ?M??E] | 001111110100110100111111001111110100010101011101 | 3f4d3f3f455d |
EUC-JP | ?M??E] | 001111110100110100111111001111110100010101011101 | 3f4d3f3f455d |
UTF-8 | 혪M혩짼E] | 111011011001100010101010010011011110110110011000101010011110110010100111101111000100010101011101 | ed98aa4ded98a9eca7bc455d |
UHC | 혪M혩짼E] | 110000101001001001001101110000101001000111000010101100100100010101011101 | c2924dc291c2b2455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)