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 | セョ粭 | 101111101010111011100010111001001111010010100001 | beaee2e4f4a1 |
EUC-JP | セョ粭? | 10001110101111101000111010101110111001001110011000111111 | 8ebe8eaee4e63f |
UTF-8 | セョ粭 | 111011111011110110111110111011111011110110101110111001111011001010101101111011101000110110010000 | efbdbeefbdaee7b2adee8d90 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)