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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 醤ネ゙跪ォ | 10001111110111011100100011011110111001101110110010101011 | 8fddc8dee6ecab |
EUC-JP | 醤ネ゙跪ォ | 10111110110111111000111011001000100011101101111011101100111011101000111010101011 | bedf8ec88edeecee8eab |
UTF-8 | 醤ネ゙跪ォ | 111010011000011010100100111011111011111010001000111011111011111010011110111010001011011110101010111011111011110110101011 | e986a4efbe88efbe9ee8b7aaefbdab |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)