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?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 凍z凍zB | 10010011100000000111101010010011100000000111101001000010 | 93807a93807a42 |
EUC-JP | 凍z凍zB | 11000101111000000111101011000101111000000111101001000010 | c5e07ac5e07a42 |
UTF-8 | 凍z凍zB | 111001011000011110001101011110101110010110000111100011010111101001000010 | e5878d7ae5878d7a42 |
UHC | 凍z凍zB | 11010100110100000111101011010100110100000111101001000010 | d4d07ad4d07a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)