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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 犢珞犢爛B | 111000001011011111100000111000101110000010110111111000001010001101000010 | e0b7e0e2e0b7e0a342 |
EUC-JP | 犢珞犢爛B | 111000001011100111100000111001001110000010111001111000001010010101000010 | e0b9e0e4e0b9e0a542 |
UTF-8 | 犢珞犢爛B | 11100111100010101010001011100111100011111001111011100111100010101010001011100111100010001001101101000010 | e78aa2e78f9ee78aa2e7889b42 |
UHC | 犢珞犢爛B | 110101001011101111010101101010001101010010111011110101011011010001000010 | d4bbd5a8d4bbd5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)