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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シ眄コ瑁 | 101111001110000110111110101110101110000011101110 | bce1bebae0ee |
EUC-JP | シ眄コ瑁 | 1000111010111100111000101100000010001110101110101110000011110000 | 8ebce2c08ebae0f0 |
UTF-8 | シ眄コ瑁 | 111011111011110110111100111001111001110010000100111011111011110110111010111001111001000110000001 | efbdbce79c84efbdbae79181 |
UHC | ?眄?瑁 | 001111111101100011111000001111111101100111000001 | 3fd8f83fd9c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)