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 | 凋?麻寃 | 10010010100111000011111110010110100000111001101110000011 | 929c3f96839b83 |
EUC-JP | 凋?麻寃 | 11000011111111000011111111001011111000111101010111100011 | c3fc3fcbe3d5e3 |
UTF-8 | 凋닻麻寃 | 111001011000011110001011111010111000101110111011111010011011101010111011111001011010111110000011 | e5878beb8bbbe9babbe5af83 |
UHC | 凋닻麻寃 | 1111000010111101101101001110100111011000101010111110101010110010 | f0bdb4e9d8abeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)