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 | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
SJIS-WIN | 上眈アF | 1000111111100011111000011011110010110001010001101111000010111111 | 8fe3e1bcb146f0bf |
EUC-JP | 上眈アF? | 1011111011100101111000101011111010001110101100010100011000111111 | bee5e2be8eb1463f |
UTF-8 | 上眈アF | 11100100101110001000101011100111100111001000100011101111101111011011000101000110111011101000000110111110 | e4b88ae79c88efbdb146ee81be |
UHC | 上眈?F? | 11011111101111101111011110101111001111110100011000111111 | dfbef7af3f463f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)