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 | 玉??熱? | 10001011110010100011111100111111100101000100110100111111 | 8bca3f3f944d3f |
EUC-JP | 玉??熱? | 10110110110011000011111100111111110001111010111000111111 | b6cc3f3fc7ae3f |
UTF-8 | 玉앯뮵熱줒 | 111001111000111010001001111011001001010110101111111010111010111010110101111001111000011010110001111011001010010010010010 | e78e89ec95afebaeb5e786b1eca492 |
UHC | 玉앯뮵熱줒 | 11101000101011001001110111100111100100101011110111100110111100001010001001000010 | e8ac9de792bde6f0a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)