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 | 五??循 | 100011001101110000111111001111111000111101111010 | 8cdc3f3f8f7a |
| EUC-JP | 五??循 | 101110001101111000111111001111111011110111011011 | b8de3f3fbddb |
| UTF-8 | 五쒋댙循 | 111001001011101010010100111011001001001010001011111010111000110010011001111001011011111010101010 | e4ba94ec928beb8c99e5beaa |
| UHC | 五쒋댙循 | 1110011111101001100111001110001010001000101111011110001011100000 | e7e99ce288bde2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)