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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 橈??h橈 | 10011110111101000011111100111111011010001001111011110100 | 9ef43f3f689ef4 |
EUC-JP | 橈??h橈 | 11011100111101100011111100111111011010001101110011110110 | dcf63f3f68dcf6 |
UTF-8 | 橈볩숲h橈 | 11100110101010011000100011101011101100111010100111101100100010001011001001101000111001101010100110001000 | e6a988ebb3a9ec88b268e6a988 |
UHC | 橈볩숲h橈 | 111010001111101010010011111011111011110110100011011010001110100011111010 | e8fa93efbda368e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)