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?M?P?Z | 0011111101001000001111110100110100111111010100000011111101011010 | 3f483f4d3f503f5a |
SJIS-WIN | ?H?M?P?Z | 0011111101001000001111110100110100111111010100000011111101011010 | 3f483f4d3f503f5a |
EUC-JP | ?H?M?P?Z | 0011111101001000001111110100110100111111010100000011111101011010 | 3f483f4d3f503f5a |
UTF-8 | 혪H혪M혪P혪Z | 11101101100110001010101001001000111011011001100010101010010011011110110110011000101010100101000011101101100110001010101001011010 | ed98aa48ed98aa4ded98aa50ed98aa5a |
UHC | 혪H혪M혪P혪Z | 110000101001001001001000110000101001001001001101110000101001001001010000110000101001001001011010 | c29248c2924dc29250c2925a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)