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 | 枝橋缺 | 100011100111110110001011101101001110001110011110 | 8e7d8bb4e39e |
EUC-JP | 枝橋缺 | 101110111101111010110110101101101110010111111110 | bbdeb6b6e5fe |
UTF-8 | 枝橋缺 | 111001101001111010011101111001101010100110001011111001111011110010111010 | e69e9de6a98be7bcba |
UHC | 枝橋缺 | 111100101010101111001110111010011100110011000000 | f2abcee9ccc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)