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 | 11100011111001111000110110000111100010001010010101000010 | e3e78d8788a542 |
EUC-JP | 肅合挨B | 11100110111010011011100111100111101100001010011101000010 | e6e9b9e7b0a742 |
UTF-8 | 肅合挨B | 11101000100000101000010111100101100100001000100011100110100011001010100001000010 | e88285e59088e68ca842 |
UHC | 肅合?B | 111000101101110011111001111010100011111101000010 | e2dcf9ea3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)