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 | 癲??筍?? | 1110000110011111001111110011111111100010101000010011111100111111 | e19f3f3fe2a13f3f |
EUC-JP | 癲??筍?? | 1110001010100001001111110011111111100100101000110011111100111111 | e2a13f3fe4a33f3f |
UTF-8 | 癲용틷筍숂릭 | 111001111001100110110010111011001001101010101001111011011000101110110111111001111010110110001101111011001000100010000010111010111010011010101101 | e799b2ec9aa9ed8bb7e7ad8dec8882eba6ad |
UHC | 癲용틷筍숂릭 | 111011111010011010111111111010111011101010011110111000101110110010011001111001111011100010101111 | efa6bfebba9ee2ec99e7b8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)