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 | ?]???]??^ | 001111110101110100111111001111110011111101011101001111110011111101011110 | 3f5d3f3f3f5d3f3f5e |
SJIS-WIN | ?]???]??^ | 001111110101110100111111001111110011111101011101001111110011111101011110 | 3f5d3f3f3f5d3f3f5e |
EUC-JP | ?]???]??^ | 001111110101110100111111001111110011111101011101001111110011111101011110 | 3f5d3f3f3f5d3f3f5e |
UTF-8 | 찼]찼챤찼]찼챤^ | 111011001011000010111100010111011110110010110000101111001110110010110001101001001110110010110000101111000101110111101100101100001011110011101100101100011010010001011110 | ecb0bc5decb0bcecb1a4ecb0bc5decb0bcecb1a45e |
UHC | 찼]찼챤찼]찼챤^ | 110000111010000101011101110000111010000111000011101011101100001110100001010111011100001110100001110000111010111001011110 | c3a15dc3a1c3aec3a15dc3a1c3ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)