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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒸?肄葛? | 1000111111110110001111111110001111100101100010101000101100111111 | 8ff63fe3e58a8b3f |
EUC-JP | 蒸?肄葛? | 1011111011111000001111111110011011100111101100111110101100111111 | bef83fe6e7b3eb3f |
UTF-8 | 蒸렕肄葛갠 | 111010001001001010111000111010111010000010010101111010001000001010000100111010001001000110011011111010101011000010100000 | e892b8eba095e88284e8919beab0a0 |
UHC | 蒸렕肄葛갠 | 11110001111110101000111010101010111011001011110111001010111001111011000010110101 | f1fa8eaaecbdcae7b0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)