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 | 易??絶?? | 1000100011010101001111110011111110010000111000100011111100111111 | 88d53f3f90e23f3f |
| EUC-JP | 易??絶?? | 1011000011010111001111110011111111000000111001000011111100111111 | b0d73f3fc0e43f3f |
| UTF-8 | 易덋뜒絶띶뒸 | 111001101001100010010011111010111000110110001011111010111001110010010010111001111011010110110110111010111001110110110110111010111001001010111000 | e69893eb8d8beb9c92e7b5b6eb9db6eb92b8 |
| UHC | 易덋뜒絶띶뒸 | 111001101011011010001000111011101000110110010101111011111011111010001101111001011000101010101111 | e6b688ee8d95efbe8de58aaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)