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 | 訛???? | 111001100110000100111111001111110011111100111111 | e6613f3f3f3f |
EUC-JP | 訛???? | 111010111100001000111111001111110011111100111111 | ebc23f3f3f3f |
UTF-8 | 訛센셕어롐 | 111010001010100010011011111011001000010010111100111011001000010110010101111011001001011010110100111010111010000110010000 | e8a89bec84bcec8595ec96b4eba190 |
UHC | 訛센셕어롐 | 11101000110001011011110010111110101111001100011010111110111011101000111011010110 | e8c5bcbebcc6beee8ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)