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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 梨낇쉵梨꿑^ | 11101111101001111010001011101011100000101000011111101100100010011011010111101111101001111010001011101010101111111001000101011110 | efa7a2eb8287ec89b5efa7a2eabf915e |
UHC | 梨낇쉵梨꿑^ | 1110110010110001100001011110110110011010100010111110110010110001100001010100110001011110 | ecb185ed9a8becb1854c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)