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 | 銕峨o菫 | 1110011111101100100010011110001110000010100011111110010010111111 | e7ec89e3828fe4bf |
EUC-JP | 銕峨o菫 | 1110111011101110101100101110010110100011111011111110100011000001 | eeeeb2e5a3efe8c1 |
UTF-8 | 銕峨o菫 | 111010011000101010010101111001011011001110101000111011111011110110001111111010001000111110101011 | e98a95e5b3a8efbd8fe88fab |
UHC | ?峨o菫 | 00111111111001001011000110100011111011111101000011001011 | 3fe4b1a3efd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)