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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??瀁 | 00111111001111111110000001100110 | 3f3fe066 |
EUC-JP | ??瀁 | 00111111001111111101111111000111 | 3f3fdfc7 |
UTF-8 | 롗둽瀁 | 111010111010000110010111111010111001000110111101111001111000000010000001 | eba197eb91bde78081 |
UHC | 롗둽瀁 | 100011101101101110001010011101101110010111001000 | 8edb8a76e5c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)