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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 莊?咀棒? | 1110010010110101001111111001100111110000100101100101111100111111 | e4b53f99f0965f3f |
EUC-JP | 莊?咀棒? | 1110100010110111001111111101001011110010110010111100000000111111 | e8b73fd2f2cbc03f |
UTF-8 | 莊렱咀棒짱 | 111010001000111010001010111010111010000010110001111001011001001010000000111001101010001110010010111011001010011110110001 | e88e8aeba0b1e59280e6a392eca7b1 |
UHC | 莊렱咀棒짱 | 11101101111101101000111010111110111011101011101011011100111010101100001010101111 | edf68ebeeebadceac2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)