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 | ロミ罨篦 | 110110111101000011100011101010101110001011000010 | dbd0e3aae2c2 |
EUC-JP | ロミ罨篦 | 1000111011011011100011101101000011100110101011001110010011000100 | 8edb8ed0e6ace4c4 |
UTF-8 | ロミ罨篦 | 111011111011111010011011111011111011111010010000111001111011110110101000111001111010111110100110 | efbe9befbe90e7bda8e7afa6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)