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 | 硝モ尺 | 1000111111001001110100111000111011011010 | 8fc9d38eda |
EUC-JP | 硝モ尺 | 101111101100101110001110110100111011110011011100 | becb8ed3bcdc |
UTF-8 | 硝モ尺 | 111001111010000110011101111011111011111010010011111001011011000010111010 | e7a19defbe93e5b0ba |
UHC | 硝?尺 | 1111010110100110001111111111010010101001 | f5a63ff4a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)