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 | 趺皮箔 | 111001101110010110010100111001111001010010010011 | e6e594e79493 |
EUC-JP | 趺皮箔 | 111011001110011111001000111010011100011111110011 | ece7c8e9c7f3 |
UTF-8 | 趺皮箔 | 111010001011011010111010111001111001101010101110111001111010111010010100 | e8b6bae79aaee7ae94 |
UHC | 趺皮箔 | 110111011011101011111001101010111101101011011000 | ddbaf9abdad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)