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 | 邑?? | 10010111010101110011111100111111 | 97573f3f |
EUC-JP | 邑?? | 11001101101110000011111100111111 | cdb83f3f |
UTF-8 | 邑녹뱵 | 111010011000001010010001111010111000010110111001111010111011000110110101 | e98291eb85b9ebb1b5 |
UHC | 邑녹뱵 | 111010111110100110110011111011001001001110011011 | ebe9b3ec939b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)