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 | 雎医f蛻 | 1110100010110001100010001110001110000010100001101110010110001000 | e8b188e38286e588 |
EUC-JP | 雎医f蛻 | 1111000010110011101100001110010110100011111001101110100111101000 | f0b3b0e5a3e6e9e8 |
UTF-8 | 雎医f蛻 | 111010011001101110001110111001011000110010111011111011111011110110000110111010001001101110111011 | e99b8ee58cbbefbd86e89bbb |
UHC | 雎?f? | 111011101101000100111111101000111110011000111111 | eed13fa3e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)