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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???堊?? | 00111111001111110011111110011010101111110011111100111111 | 3f3f3f9abf3f3f |
EUC-JP | ???堊?? | 00111111001111110011111111010100110000010011111100111111 | 3f3f3fd4c13f3f |
UTF-8 | 娛붴돧堊듣겤 | 111001011010100010011011111010111011011010110100111010111000111110100111111001011010000010001010111010111001001110100011111010101011001010100100 | e5a89bebb6b4eb8fa7e5a08aeb93a3eab2a4 |
UHC | 娛붴돧堊듣겤 | 111001111111010010010100111000101000100110101011111001001011111010110101111010001000000110110110 | e7f494e289abe4beb5e881b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)