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 | 凋弄?? | 100100101001110010011000010011010011111100111111 | 929c984d3f3f |
EUC-JP | 凋弄?? | 110000111111110011001111101011100011111100111111 | c3fccfae3f3f |
UTF-8 | 凋弄렮렣 | 111001011000011110001011111001011011110010000100111010111010000010101110111010111010000010100011 | e5878be5bc84eba0aeeba0a3 |
UHC | 凋弄렮렣 | 1111000010111101110101101110011110001110101110111000111010110100 | f0bdd6e78ebb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)