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 | 鴨??應?? | 1000101010011011001111110011111110011100111001000011111100111111 | 8a9b3f3f9ce43f3f |
EUC-JP | 鴨??應?? | 1011001111111011001111110011111111011000111001100011111100111111 | b3fb3f3fd8e63f3f |
UTF-8 | 鴨앸툙應뷴뇺 | 111010011011010010101000111011001001010110111000111011011000100010011001111001101000011110001001111010111011011110110100111010111000011110111010 | e9b4a8ec95b8ed8899e68789ebb7b4eb87ba |
UHC | 鴨앸툙應뷴뇺 | 111001001110010110011101111010111011100010010000111010111110101110111010111001011000011110011101 | e4e59debb890ebebbae5879d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)