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 | 骼厄ヲ | 1110100110001110100101101110111110100110 | e98e96efa6 |
EUC-JP | 骼厄ヲ | 111100011110111011001100111100011000111010100110 | f1eeccf18ea6 |
UTF-8 | 骼厄ヲ | 111010011010101010111100111001011000111010000100111011111011110110100110 | e9aabce58e84efbda6 |
UHC | ?厄? | 00111111111001001111100000111111 | 3fe4f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)