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 | 蔗丞彫蓿ォ鬩 | 1110010011110010100011111110010110010010101001001110010011110000101010111110100110101001 | e4f28fe592a4e4f0abe9a9 |
| EUC-JP | 蔗丞彫蓿ォ鬩 | 111010001111010010111110111001111100010010100110111010001111001010001110101010111111001010101011 | e8f4bee7c4a6e8f28eabf2ab |
| UTF-8 | 蔗丞彫蓿ォ鬩 | 111010001001010010010111111001001011100010011110111001011011110110101011111010001001001110111111111011111011110110101011111010011010110010101001 | e89497e4b89ee5bdabe893bfefbdabe9aca9 |
| UHC | 蔗丞彫??? | 111011011011110111100011101010101111000011000001001111110011111100111111 | edbde3aaf0c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)