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 | 猜琺猊猜 | 1110000011001000111000001110100111100000110001111110000011001000 | e0c8e0e9e0c7e0c8 |
EUC-JP | 猜琺猊猜 | 1110000011001010111000001110101111100000110010011110000011001010 | e0cae0ebe0c9e0ca |
UTF-8 | 猜琺猊猜 | 111001111000110010011100111001111001000010111010111001111000110010001010111001111000110010011100 | e78c9ce790bae78c8ae78c9c |
UHC | 猜琺猊猜 | 1110001111000100110110111111011111100111110110011110001111000100 | e3c4dbf7e7d9e3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)