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 | 勇?8油?? | 100101110100010100111111100000100101011110010110111110110011111100111111 | 97453f825796fb3f3f |
| EUC-JP | 勇?8油?? | 110011011010011000111111101000111011100011001100111111010011111100111111 | cda63fa3b8ccfd3f3f |
| UTF-8 | 勇싲8油녶퐲 | 111001011000101110000111111011001000101110110010111011111011110010011000111001101011001010111001111010111000010110110110111011011001000010110010 | e58b87ec8bb2efbc98e6b2b9eb85b6ed90b2 |
| UHC | 勇싲8油녶퐲 | 111010011011100010011010111010111010001110111000111010101111101010000110111001011011110110011011 | e9b89aeba3b8eafa86e5bd9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)