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 | ???P?e | 001111110011111100111111010100000011111101100101 | 3f3f3f503f65 |
SJIS-WIN | ???P?e | 001111110011111100111111010100000011111101100101 | 3f3f3f503f65 |
EUC-JP | ???P?e | 001111110011111100111111010100000011111101100101 | 3f3f3f503f65 |
UTF-8 | 혪처청P혡e | 1110110110011000101010101110110010110010100110001110110010110010101011010101000011101101100110001010000101100101 | ed98aaecb298ecb2ad50ed98a165 |
UHC | 혪처청P혡e | 11000010100100101100001110110011110000111011101101010000110000101000101001100101 | c292c3b3c3bb50c28a65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)