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 | ?f?節?? | 0011111110000010100001100011111110010000110111110011111100111111 | 3f82863f90df3f3f |
| EUC-JP | 饔f?節?? | 10001111111010001110111110100011111001100011111111000000111000010011111100111111 | 8fe8efa3e63fc0e13f3f |
| UTF-8 | 饔f첁節⑼숱 | 111010011010010110010100111011111011110110000110111011001011001010000001111001111010111110000000111000101001000110111100111011001000100010110001 | e9a594efbd86ecb281e7af80e291bcec88b1 |
| UHC | 饔f첁節⑼숱 | 111010001011110110100011111001101010101010001110111011111011110110101001111011111011110110100010 | e8bda3e6aa8eefbda9efbda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)