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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ホヲ脣h | 11001110111100011101101010100110111000111111101001101000 | cef1daa6e3fa68 |
EUC-JP | ホ?ヲ脣h | 1000111011001110001111111000111010100110111001101111110001101000 | 8ece3f8ea6e6fc68 |
UTF-8 | ホヲ脣h | 11101111101111101000111011101110100001011001010111101111101111011010011011101000100001001010001101101000 | efbe8eee8595efbda6e884a368 |
UHC | ???脣h | 001111110011111100111111111000101110111001101000 | 3f3f3fe2ee68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)