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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ???饒??] | 0011111100111111001111111110100101100000001111110011111101011101 | 3f3f3fe9603f3f5d |
EUC-JP | ???饒??] | 0011111100111111001111111111000111000001001111110011111101011101 | 3f3f3ff1c13f3f5d |
UTF-8 | 凉댐풄饒쀯슨] | 11101111101001011011100111101011100011001001000011101101100100101000010011101001101001011001001011101100100000001010111111101100100010101010100001011101 | efa5b9eb8c90ed9284e9a592ec80afec8aa85d |
UHC | 凉댐풄饒쀯슨] | 11100101101111001011010011101111101111101000110011101001101011101001011111101111101111011011110001011101 | e5bcb4efbe8ce9ae97efbdbc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)