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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莊?曝倬 | 11100100101101010011111110010100100110001001100011101001 | e4b53f949898e9 |
EUC-JP | 莊?曝倬 | 11101000101101110011111111000111111110001101000011101011 | e8b73fc7f8d0eb |
UTF-8 | 莊뤪曝倬 | 111010001000111010001010111010111010010010101010111001101001101110011101111001011000000010101100 | e88e8aeba4aae69b9de580ac |
UHC | 莊뤪曝倬 | 1110110111110110100011111101100011111000111011011111011011110000 | edf68fd8f8edf6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)