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 | 凋?ε財 | 10010010100111000011111110000011110000111000110111100000 | 929c3f83c38de0 |
EUC-JP | 凋?ε財 | 11000011111111000011111110100110110001011011101011100010 | c3fc3fa6c5bae2 |
UTF-8 | 凋얕ε財 | 1110010110000111100010111110110010010110100101011100111010110101111010001011001010100001 | e5878bec9695ceb5e8b2a1 |
UHC | 凋얕ε財 | 1111000010111101101111101110100010100101111001011110111010101111 | f0bdbee8a5e5eeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)