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 | 隶捺コキ蜚ア | 111010001010111010010011111001101011101010110111111001011001010010110001 | e8ae93e6bab7e594b1 |
EUC-JP | 隶捺コキ蜚ア | 111100001011000011000110111010001000111010111010100011101011011111101001111101001000111010110001 | f0b0c6e88eba8eb7e9f48eb1 |
UTF-8 | 隶捺コキ蜚ア | 111010011001101010110110111001101000110110111010111011111011110110111010111011111011110110110111111010001001110010011010111011111011110110110001 | e99ab6e68dbaefbdbaefbdb7e89c9aefbdb1 |
UHC | ?捺??蜚? | 0011111111010001111101000011111100111111110111101010010000111111 | 3fd1f43f3fdea43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)