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 | 11100010110100101110011110110010100111001111011001000010 | e2d2e7b29cf642 |
EUC-JP | 簫邊戀B | 11100100110101001110111010110100110110001111100001000010 | e4d4eeb4d8f842 |
UTF-8 | 簫邊戀B | 11100111101100001010101111101001100000101000101011100110100010001000000001000010 | e7b0abe9828ae6888042 |
UHC | 簫邊戀B | 11100001110001111101110010101011110101011111110001000010 | e1c7dcabd5fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)