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 | ??シ埃?? | 0011111100111111100000110101011010011010101110100011111100111111 | 3f3f83569aba3f3f |
| EUC-JP | ??シ埃?? | 0011111100111111101001011011011111010100101111000011111100111111 | 3f3fa5b7d4bc3f3f |
| UTF-8 | 琉뗨シ埃덊꽛 | 111011111010011110001100111010111001011110101000111000111000001010110111111001011001111110000011111010111000110110001010111010101011110110011011 | efa78ceb97a8e382b7e59f83eb8d8aeabd9b |
| UHC | 琉뗨シ埃덊꽛 | 111010111010010010001011111010001010101110110111111001001110111110001000111011011000010010101010 | eba48be8abb7e4ef88ed84aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)