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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮴荀陲 | 111010011011111011100100101001001110100010100010 | e9bee4a4e8a2 |
EUC-JP | 鮴荀陲 | 111100101100000011101000101001101111000010100100 | f2c0e8a6f0a4 |
UTF-8 | 鮴荀陲 | 111010011010111010110100111010001000110110000000111010011001100110110010 | e9aeb4e88d80e999b2 |
UHC | ?荀? | 00111111111000101111000000111111 | 3fe2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)