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 | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 往妖z往妖zB | 1000100110011101100101110110010001111010100010011001110110010111011001000111101001000010 | 899d97647a899d97647a42 |
EUC-JP | 往妖z往妖zB | 1011000111111101110011011100010101111010101100011111110111001101110001010111101001000010 | b1fdcdc57ab1fdcdc57a42 |
UTF-8 | 往妖z往妖zB | 111001011011111010000000111001011010011010010110011110101110010110111110100000001110010110100110100101100111101001000010 | e5be80e5a6967ae5be80e5a6967a42 |
UHC | 往妖z往妖zB | 1110100011011001111010001110110101111010111010001101100111101000111011010111101001000010 | e8d9e8ed7ae8d9e8ed7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)