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 | ??c? | 00111111001111110110001100111111 | 3f3f633f |
SJIS-WIN | 赳ュc霎 | 111001101110000010101101011000111110100010111110 | e6e0ad63e8be |
EUC-JP | 赳ュc霎 | 11101100111000101000111010101101011000111111000011000000 | ece28ead63f0c0 |
UTF-8 | 赳ュc霎 | 11101000101101011011001111101111101111011010110101100011111010011001110010001110 | e8b5b3efbdad63e99c8e |
UHC | 赳?c? | 1101000010101111001111110110001100111111 | d0af3f633f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)