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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 妊紗?B | 100101000100010010001110110100010011111101000010 | 94448ed13f42 |
EUC-JP | 妊紗?B | 110001111010010110111100110100110011111101000010 | c7a5bcd33f42 |
UTF-8 | 妊紗혤B | 11100101101001101000101011100111101101001001011111101101100110001010010001000010 | e5a68ae7b497ed98a442 |
UHC | 妊紗혤B | 11101100111101001101111011101001110010001010000101000010 | ecf4dee9c8a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)