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 | 茘?銀恨 | 11100100101010110011111110001011111000101000110110100110 | e4ab3f8be28da6 |
EUC-JP | 茘閞銀恨 | 111010001010110110001111111001101010100010110110111001001011101010101000 | e8ad8fe6a8b6e4baa8 |
UTF-8 | 茘閞銀恨 | 111010001000110010011000111010011001011010011110111010011000101010000000111001101000000110101000 | e88c98e9969ee98a80e681a8 |
UHC | ??銀恨 | 001111110011111111101011110111101111100111001111 | 3f3febdef9cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)