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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 舗轗躬舗 | 1001010111011100111001110111110111100111010110101001010111011100 | 95dce77de75a95dc |
EUC-JP | 舗轗躬舗 | 1100101011011110111011011101111011101101101110111100101011011110 | cadeeddeedbbcade |
UTF-8 | 舗轗躬舗 | 111010001000100010010111111010001011110110010111111010001011101010101100111010001000100010010111 | e88897e8bd97e8baace88897 |
UHC | ??躬? | 0011111100111111110011111110010100111111 | 3f3fcfe53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)