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 | 鞜カ貊灘ー | 1110100011011111101101101110011010111011100100111110010110110000 | e8dfb6e6bb93e5b0 |
EUC-JP | 鞜カ貊灘ー | 11110000111000011000111010110110111011001011110111000110111001111000111010110000 | f0e18eb6ecbdc6e78eb0 |
UTF-8 | 鞜カ貊灘ー | 111010011001111010011100111011111011110110110110111010001011001010001010111001111000000110011000111011111011110110110000 | e99e9cefbdb6e8b28ae78198efbdb0 |
UHC | ??貊灘? | 00111111001111111101100011100111111101111010100000111111 | 3f3fd8e7f7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)