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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?祀??祀?^ | 001111111110001001001010001111110011111111100010010010100011111101011110 | 3fe24a3f3fe24a3f5e |
EUC-JP | ?祀??祀?^ | 001111111110001110101011001111110011111111100011101010110011111101011110 | 3fe3ab3f3fe3ab3f5e |
UTF-8 | 裡祀살裡祀산^ | 11101111101001111010100011100111101001011000000011101100100000101011010011101111101001111010100011100111101001011000000011101100100000101011000001011110 | efa7a8e7a580ec82b4efa7a8e7a580ec82b05e |
UHC | 裡祀살裡祀산^ | 11101100110000011101111011100101101110111110110011101100110000011101111011100101101110111110101001011110 | ecc1dee5bbececc1dee5bbea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)