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 | 凹??愈?? | 1000100110011010001111110011111110010110111110100011111100111111 | 899a3f3f96fa3f3f |
EUC-JP | 凹??愈?? | 1011000111111010001111110011111111001100111111000011111100111111 | b1fa3f3fccfc3f3f |
UTF-8 | 凹욌봻愈욑쫨 | 111001011000011110111001111011001001101010001100111010111011010010111011111001101000010010001000111011001001101010010001111011001010101110101000 | e587b9ec9a8cebb4bbe68488ec9a91ecaba8 |
UHC | 凹욌봻愈욑쫨 | 111010001110101010011110111010111001010010000010111010101110111110011110111011111010011010000001 | e8ea9eeb9482eaef9eefa681 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)