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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 玉②??? | 10001011110010101000011101000001001111110011111100111111 | 8bca87413f3f3f |
EUC-JP | 玉???? | 101101101100110000111111001111110011111100111111 | b6cc3f3f3f3f |
UTF-8 | 玉②궡料껧 | 111001111000111010001001111000101001000110100001111010101011011010100001111011111010011010111110111010101011101110100111 | e78e89e291a1eab6a1efa6beeabba7 |
UHC | 玉②궡料껧 | 11101000101011001010100011101000100000101011010011101000111101111000010001000010 | e8aca8e882b4e8f78442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)