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 | 訷夭勢魄 | 1111101110100100100110101110111010010000101010001110100110101110 | fba49aee90a8e9ae |
EUC-JP | 訷夭勢魄 | 100011111101110111010100110101001111000011000000101010101111001010110000 | 8fddd4d4f0c0aaf2b0 |
UTF-8 | 訷夭勢魄 | 111010001010100010110111111001011010010010101101111001011000101110100010111010011010110110000100 | e8a8b7e5a4ade58ba2e9ad84 |
UHC | ?夭勢魄 | 00111111111010001110110011100001101001111101101111011110 | 3fe8ece1a7dbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)