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 | ?}???^ | 00111111100000010111000000111111001111110011111101011110 | 3f81703f3f3f5e |
EUC-JP | ?}??ʼn^ | 001111111010000111010001001111110011111110001111101010011100101001011110 | 3fa1d13f3f8fa9ca5e |
UTF-8 | 룶}룶쥚ʼn^ | 111010111010001110110110111011111011110110011101111010111010001110110110111011001010010110011010110001011000100101011110 | eba3b6efbd9deba3b6eca59ac5895e |
UHC | 룶}룶쥚ʼn^ | 1000111110101011101000111111110110001111101010111010001010001111101010011011000001011110 | 8faba3fd8faba28fa9b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)