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 | 訷呵オヲ | 111110111010010010011001111010001011010110100110 | fba499e8b5a6 |
EUC-JP | 訷呵オヲ | 100011111101110111010100110100101110101010001110101101011000111010100110 | 8fddd4d2ea8eb58ea6 |
UTF-8 | 訷呵オヲ | 111010001010100010110111111001011001000110110101111011111011110110110101111011111011110110100110 | e8a8b7e591b5efbdb5efbda6 |
UHC | ?呵?? | 0011111111001010101001110011111100111111 | 3fcaa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)