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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 製???疑?~ | 100100001011101100111111001111110011111110001011010111100011111101111110 | 90bb3f3f3f8b5e3f7e |
EUC-JP | 製???疑?~ | 110000001011110100111111001111110011111110110101101111110011111101111110 | c0bd3f3f3fb5bf3f7e |
UTF-8 | 製렩罹렗疑숯~ | 11101000101000111011110111101011101000001010100111101111101001111010011011101011101000001001011111100111100101101001000111101100100010001010111101111110 | e8a3bdeba0a9efa7a6eba097e79691ec88af7e |
UHC | 製렩罹렗疑숯~ | 11110000101100101000111010110111111011001011101010001110101011001110101111110111101111011010000101111110 | f0b28eb7ecba8eacebf7bda17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)