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 | 룶⅝룫콓㈐룫뇨 | 111010111010001110110110111000101000010110011101111010111010001110101011111011001011110110010011111000111000100010010000111010111010001110101011111010111000011110101000 | eba3b6e2859deba3abecbd93e38890eba3abeb87a8 |
| UHC | 룶⅝룫콓㈐룫뇨 | 1000111110101011101010001111110110001111101000101011000110001111101010011100000110001111101000101011010010100010 | 8faba8fd8fa2b18fa9c18fa2b4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)