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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 狐??O | 1000110011001111001111110011111101001111 | 8ccf3f3f4f |
EUC-JP | 狐??O | 1011100011010001001111110011111101001111 | b8d13f3f4f |
UTF-8 | 狐모ㄸO | 11100111100010111001000011101011101010101010100011100011100001001011100001001111 | e78b90ebaaa8e384b84f |
UHC | 狐모ㄸO | 11111011110011111011100011110000101001001010100001001111 | fbcfb8f0a4a84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)