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 | 歪??誼?? | 1001100001100011001111110011111110001011011000100011111100111111 | 98633f3f8b623f3f |
EUC-JP | 歪??誼?? | 1100111111000100001111110011111110110101110000110011111100111111 | cfc43f3fb5c33f3f |
UTF-8 | 歪뺛꺂誼얏에 | 111001101010110110101010111010111011101010011011111010101011101010000010111010001010101010111100111011001001011010001111111011001001011110010000 | e6adaaebba9beaba82e8aabcec968fec9790 |
UHC | 歪뺛꺂誼얏에 | 111010001110000010010101111000111000001110101011111010111111111010111110111001101011111110100001 | e8e095e383abebfebee6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)