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 | 臾?Х??Л | 111001000110101100111111100001000101011000111111001111111000010001001100 | e46b3f84563f3f844c |
| EUC-JP | 臾?Х??Л | 111001111100110000111111101001111011011100111111001111111010011110101101 | e7cc3fa7b73f3fa7ad |
| UTF-8 | 臾뀀Х紐쇰Л | 11101000100001111011111011101011100000001000000011010000101001011110111110100111100011111110110010000111101100001101000010011011 | e887beeb8080d0a5efa78fec87b0d09b |
| UHC | 臾뀀Х紐쇰Л | 111010111010110010110010111010111010110010110111111010111010101010111100111010111010110010101101 | ebacb2ebacb7ebaabcebacad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)