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 | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
SJIS-WIN | 凝?┸z | 100010111100001100111111100001001011110101111010 | 8bc33f84bd7a |
EUC-JP | 凝?┸z | 101101101100010100111111101010001011111101111010 | b6c53fa8bf7a |
UTF-8 | 凝놅┸z | 11100101100001111001110111101011100001101000010111100010100101001011100001111010 | e5879deb8685e294b87a |
UHC | 凝놅┸z | 11101011111010101000011011101111101001101011111101111010 | ebea86efa6bf7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)