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 | ?Z?P?? | 001111110101101000111111010100000011111100111111 | 3f5a3f503f3f |
SJIS-WIN | ?Z?P?? | 001111110101101000111111010100000011111100111111 | 3f5a3f503f3f |
EUC-JP | ?Z?P?? | 001111110101101000111111010100000011111100111111 | 3f5a3f503f3f |
UTF-8 | 횪Z청P혲쨋 | 1110110110011010101010100101101011101100101100101010110101010000111011011001100010110010111011001010100010001011 | ed9aaa5aecb2ad50ed98b2eca88b |
UHC | 횪Z청P혲쨋 | 11000011101000000101101011000011101110110101000011000010100110011100001010110110 | c3a05ac3bb50c299c2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)