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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 犂狄葢 | 111000001011001011100000101111011110010011100010 | e0b2e0bde4e2 |
EUC-JP | 犂狄葢 | 111000001011010011100000101111111110100011100100 | e0b4e0bfe8e4 |
UTF-8 | 犂狄葢 | 111001111000101010000010111001111000101110000100111010001001000110100010 | e78a82e78b84e891a2 |
UHC | ?狄? | 00111111111011101101101000111111 | 3feeda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)