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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 娛륁눖杻앲읅理 | 111001011010100010011011111010111010010110000001111010111000100010010110111011111010011110001000111011001001010110110010111011001001110110000101111011111010011110100100 | e5a89beba581eb8896efa788ec95b2ec9d85efa7a4 |
UHC | 娛륁눖杻앲읅理 | 1110011111110100100011111110110010000111101100001110101011110100100111011110100010011111101110111110110010110101 | e7f48fec87b0eaf49de89fbbecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)