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 | 玉??恙? | 10001011110010100011111100111111100111001001100100111111 | 8bca3f3f9c993f |
EUC-JP | 玉??恙? | 10110110110011000011111100111111110101111111100100111111 | b6cc3f3fd7f93f |
UTF-8 | 玉뉑쮭恙쏝 | 111001111000111010001001111010111000100110010001111011001010111010101101111001101000000110011001111011001000111110011101 | e78e89eb8991ecaeade68199ec8f9d |
UHC | 玉뉑쮭恙쏝 | 11101000101011001000011111100110101010001000101011100101101111111001110001000010 | e8ac87e6a88ae5bf9c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)