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 | 止?陰 | 1000111001111110001111111000100101000001 | 8e7e3f8941 |
EUC-JP | 止?陰 | 1011101111011111001111111011000110100010 | bbdf3fb1a2 |
UTF-8 | 止렲陰 | 111001101010110110100010111010111010000010110010111010011001100110110000 | e6ada2eba0b2e999b0 |
UHC | 止렲陰 | 111100101010110110001110101111111110101111100100 | f2ad8ebfebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)