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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凋?帳?a | 1001001010011100001111111001001010100000001111111000001010000001 | 929c3f92a03f8281 |
EUC-JP | 凋?帳?a | 1100001111111100001111111100010010100010001111111010001111100001 | c3fc3fc4a23fa3e1 |
UTF-8 | 凋렖帳띕a | 111001011000011110001011111010111010000010010110111001011011100010110011111010111001110110010101111011111011110110000001 | e5878beba096e5b8b3eb9d95efbd81 |
UHC | 凋렖帳띕a | 11110000101111011000111010101011111011011110001110110110111010111010001111100001 | f0bd8eabede3b6eba3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)