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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韶秘ーケ褂刺 | 11101000111011101001010011101001101100001011100111100101111001101000111001101000 | e8ee94e9b0b9e5e68e68 |
EUC-JP | 韶秘ーケ褂刺 | 111100001111000011001000111010111000111010110000100011101011100111101010111010001011101111001001 | f0f0c8eb8eb08eb9eae8bbc9 |
UTF-8 | 韶秘ーケ褂刺 | 111010011001111110110110111001111010011110011000111011111011110110110000111011111011110110111001111010001010010010000010111001011000100010111010 | e99fb6e7a798efbdb0efbdb9e8a482e588ba |
UHC | 韶秘???刺 | 111000011101001011011101111110100011111100111111001111111110110110101001 | e1d2ddfa3f3f3feda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)