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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??瑞? | 0011111100111111100100001001000000111111 | 3f3f90903f |
| EUC-JP | ??瑞? | 0011111100111111101111111111000000111111 | 3f3fbff03f |
| UTF-8 | 룶ㄱ瑞퓽 | 111010111010001110110110111000111000010010110001111001111001000110011110111011011001001110111101 | eba3b6e384b1e7919eed93bd |
| UHC | 룶ㄱ瑞퓽 | 1000111110101011101001001010000111011111111110101100011111000000 | 8faba4a1dffac7c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)