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 | 讌肥哀螻 | 1110011010100101100101001110110010001000101000111110010110110001 | e6a594ec88a3e5b1 |
EUC-JP | 讌肥哀螻 | 1110110010100111110010001110111010110000101001011110101010110011 | eca7c8eeb0a5eab3 |
UTF-8 | 讌肥哀螻 | 111010001010111010001100111010001000001010100101111001011001001110000000111010001001111010111011 | e8ae8ce882a5e59380e89ebb |
UHC | ?肥哀? | 001111111101110111111110111001001110111000111111 | 3fddfee4ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)