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???? | 0011111100111111001111110100110100111111001111110011111100111111 | 3f3f3f4d3f3f3f3f |
SJIS-WIN | ???M???? | 0011111100111111001111110100110100111111001111110011111100111111 | 3f3f3f4d3f3f3f3f |
EUC-JP | ???M???? | 0011111100111111001111110100110100111111001111110011111100111111 | 3f3f3f4d3f3f3f3f |
UTF-8 | 혧짬짙M혧짬채챠 | 11101101100110001010011111101100101001111010110011101100101001111001100101001101111011011001100010100111111011001010011110101100111011001011000110000100111011001011000110100000 | ed98a7eca7aceca7994ded98a7eca7acecb184ecb1a0 |
UHC | 혧짬짙M혧짬채챠 | 110000101000111111000010101010111100001010100011010011011100001010001111110000101010101111000011101001001100001110101101 | c28fc2abc2a34dc28fc2abc3a4c3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)