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 | ???蘊??? | 0011111100111111001111111110010101011101001111110011111100111111 | 3f3f3fe55d3f3f3f |
| EUC-JP | ???蘊??? | 0011111100111111001111111110100110111110001111110011111100111111 | 3f3f3fe9be3f3f3f |
| UTF-8 | 琉뚦뼔蘊귝셀璘 | 111011111010011110001100111010111001101010100110111010111011110010010100111010001001100010001010111010101011011110011101111011001000010110000000111011111010011110101111 | efa78ceb9aa6ebbc94e8988aeab79dec8580efa7af |
| UHC | 琉뚦뼔蘊귝셀璘 | 1110101110100100100011001110010110010110100111001110100010110011100000101110011010111100101111111110110011011110 | eba48ce5969ce8b382e6bcbfecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)