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 | 凹??魚よ? | 100010011001101000111111001111111000101110011011100000101110011000111111 | 899a3f3f8b9b82e63f |
EUC-JP | 凹??魚よ? | 101100011111101000111111001111111011010111111011101001001110100000111111 | b1fa3f3fb5fba4e83f |
UTF-8 | 凹든윪魚よ젍 | 111001011000011110111001111010111001001110100000111011001001110010101010111010011010110110011010111000111000001010001000111011001010000010001101 | e587b9eb93a0ec9caae9ad9ae38288eca08d |
UHC | 凹든윪魚よ젍 | 111010001110101010110101111001111001111110101001111001011110000010101010111010001010000010001110 | e8eab5e79fa9e5e0aae8a08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)