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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬯ョ蜊励= | 111010011010110010101110111001011000110110010111111000111000000110000001 | e9acaee58d97e38181 |
EUC-JP | 鬯ョ蜊励= | 11110010101011101000111010101110111010011110110111001110111001011010000111100001 | f2ae8eaee9edcee5a1e1 |
UTF-8 | 鬯ョ蜊励= | 111010011010110010101111111011111011110110101110111010001001110010001010111001011000101010110001111011111011110010011101 | e9acafefbdaee89c8ae58ab1efbc9d |
UHC | ????= | 001111110011111100111111001111111010001110111101 | 3f3f3f3fa3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)