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 | 鉗鉀゙ | 1110011111100111111110111100010111011110 | e7e7fbc5de |
EUC-JP | 鉗鉀゙ | 11101110111010011000111111100011110110001000111011011110 | eee98fe3d88ede |
UTF-8 | 鉗鉀゙ | 111010011000100110010111111010011000100110000000111011111011111010011110 | e98997e98980efbe9e |
UHC | 鉗鉀? | 1100110011000110110010111010010100111111 | ccc6cba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)