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 | 諄??? | 1110011001111000001111110011111100111111 | e6783f3f3f |
EUC-JP | 諄??? | 1110101111011001001111110011111100111111 | ebd93f3f3f |
UTF-8 | 諄럨똕黎 | 111010001010101110000100111010111001111110101000111010111001100010010101111011111010011010001001 | e8ab84eb9fa8eb9895efa689 |
UHC | 諄럨똕黎 | 1110001011110100100011101000101110001100010100111110011010110001 | e2f48e8b8c53e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)