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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 胱晗゙ラ | 111000111111011111111010110101101101111011010111 | e3f7fad6ded7 |
EUC-JP | 胱晗゙ラ | 111001101111100110001111110000101011100010001110110111101000111011010111 | e6f98fc2b88ede8ed7 |
UTF-8 | 胱晗゙ラ | 111010001000001110110001111001101001100110010111111011111011111010011110111011111011111010010111 | e883b1e69997efbe9eefbe97 |
UHC | 胱??? | 1100111011001101001111110011111100111111 | cecd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)