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 | 藏御昏 | 111001010101010110001100111001001000110110101000 | e5558ce48da8 |
EUC-JP | 藏御昏 | 111010011011011010111000111001101011101010101010 | e9b6b8e6baaa |
UTF-8 | 藏御昏 | 111010001001011110001111111001011011111010100001111001101001100010001111 | e8978fe5bea1e6988f |
UHC | 藏御昏 | 111011011111101011100101110110011111101111100111 | edfae5d9fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)