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 | 譟エ訷ら | 11100110100111111011010011111011101001001000001011100111 | e69fb4fba482e7 |
EUC-JP | 譟エ訷ら | 111011001010000110001110101101001000111111011101110101001010010011101001 | eca18eb48fddd4a4e9 |
UTF-8 | 譟エ訷ら | 111010001010110110011111111011111011110110110100111010001010100010110111111000111000001010001001 | e8ad9fefbdb4e8a8b7e38289 |
UHC | ???ら | 0011111100111111001111111010101011101001 | 3f3f3faae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)