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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 箏簫簑G | 11100010101101011110001011010010111000101100000001000111 | e2b5e2d2e2c047 |
EUC-JP | 箏簫簑G | 11100100101101111110010011010100111001001100001001000111 | e4b7e4d4e4c247 |
UTF-8 | 箏簫簑G | 11100111101011101000111111100111101100001010101111100111101100001001000101000111 | e7ae8fe7b0abe7b09147 |
UHC | 箏簫?G | 111011101011010011100001110001110011111101000111 | eeb4e1c73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)