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 | 凋弄? | 1001001010011100100110000100110100111111 | 929c984d3f |
EUC-JP | 凋弄? | 1100001111111100110011111010111000111111 | c3fccfae3f |
UTF-8 | 凋弄렪 | 111001011000011110001011111001011011110010000100111010111010000010101010 | e5878be5bc84eba0aa |
UHC | 凋弄렪 | 111100001011110111010110111001111000111010111000 | f0bdd6e78eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)