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 | 冗ャ蓁 | 1000111111100111101011001110010011101011 | 8fe7ace4eb |
EUC-JP | 冗ャ蓁 | 101111101110100110001110101011001110100011101101 | bee98eace8ed |
UTF-8 | 冗ャ蓁 | 111001011000011010010111111011111011110110101100111010001001001110000001 | e58697efbdace89381 |
UHC | 冗?? | 11101001101101110011111100111111 | e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)