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 | 1001011101010100001111110011111101000010 | 97543f3f42 |
EUC-JP | 裕??B | 1100110110110101001111110011111101000010 | cdb53f3f42 |
UTF-8 | 裕밸늅B | 11101000101000111001010111101011101100001011100011101011100010101000010101000010 | e8a395ebb0b8eb8a8542 |
UHC | 裕밸늅B | 11101011101011101011100111101011101101001011111001000010 | ebaeb9ebb4be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)