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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 嘆達単端G | 100100100101000110010010010000101001001001010000100100100101101101000111 | 925192429250925b47 |
EUC-JP | 嘆達単端G | 110000111011001011000011101000111100001110110001110000111011110001000111 | c3b2c3a3c3b1c3bc47 |
UTF-8 | 嘆達単端G | 11100101100110001000011011101001100000011001010011100101100011011001100011100111101010111010111101000111 | e59886e98194e58d98e7abaf47 |
UHC | 嘆達?端G | 1111011110100011110100111011100100111111110100111010111001000111 | f7a3d3b93fd3ae47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)