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 | 鉗セ諞カ鋺 | 1110011111100111101111101110011010000110101101101110011111111010 | e7e7bee686b6e7fa |
EUC-JP | 鉗セ諞カ鋺 | 11101110111010011000111010111110111010111110011010001110101101101110111011111100 | eee98ebeebe68eb6eefc |
UTF-8 | 鉗セ諞カ鋺 | 111010011000100110010111111011111011110110111110111010001010101110011110111011111011110110110110111010011000101110111010 | e98997efbdbee8ab9eefbdb6e98bba |
UHC | 鉗???? | 110011001100011000111111001111110011111100111111 | ccc63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)