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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 懈?し?規 | 1001110011100110001111111000001010110101001111111000101101001011 | 9ce63f82b53f8b4b |
| EUC-JP | 懈?し?規 | 1101100011101000001111111010010010110111001111111011010110101100 | d8e83fa4b73fb5ac |
| UTF-8 | 懈끓しㆋ規 | 111001101000011110001000111010111000000110010011111000111000000110010111111000111000011010001011111010001010011010001111 | e68788eb8193e38197e3868be8a68f |
| UHC | 懈끓しㆋ規 | 11111010101010111011001011111010101010101011011110100100111110111101000010101110 | faabb2faaab7a4fbd0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)