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 | 蜿ャ鄕 | 1110010110001111101011001111101110111000 | e58facfbb8 |
EUC-JP | 蜿ャ? | 1110100111101111100011101010110000111111 | e9ef8eac3f |
UTF-8 | 蜿ャ鄕 | 111010001001110010111111111011111011110110101100111010011000010010010101 | e89cbfefbdace98495 |
UHC | ??鄕 | 00111111001111111111101011000001 | 3f3ffac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)