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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲?8意?! | 11100001100111110011111110000010010101111000100011010011001111111000000101001001 | e19f3f825788d33f8149 |
EUC-JP | 癲?8意?! | 11100010101000010011111110100011101110001011000011010101001111111010000110101010 | e2a13fa3b8b0d53fa1aa |
UTF-8 | 癲쒕8意덆! | 111001111001100110110010111011001001001010010101111011111011110010011000111001101000010010001111111010111000110110000110111011111011110010000001 | e799b2ec9295efbc98e6848feb8d86efbc81 |
UHC | 癲쒕8意덆! | 111011111010011010011100111010111010001110111000111010111111001010001000111010011010001110100001 | efa69ceba3b8ebf288e9a3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)