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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 簫眩邪 | 111000101101001011100001101111111000111011010111 | e2d2e1bf8ed7 |
EUC-JP | 簫眩邪 | 111001001101010011100010110000011011110011011001 | e4d4e2c1bcd9 |
UTF-8 | 簫眩邪 | 111001111011000010101011111001111001110010101001111010011000001010101010 | e7b0abe79ca9e982aa |
UHC | 簫眩邪 | 111000011100011111111010110111111101111011110111 | e1c7fadfdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)