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 | 筌????。 | 1110001010100011001111110011111100111111001111111000000101000010 | e2a33f3f3f3f8142 |
EUC-JP | 筌??堉?。 | 11100100101001010011111100111111100011111011011111111101001111111010000110100011 | e4a53f3f8fb7fd3fa1a3 |
UTF-8 | 筌뚮씍堉꿱。 | 111001111010110110001100111010111001101010101110111011001001010010001101111001011010000010001001111010101011111110110001111000111000000010000010 | e7ad8ceb9aaeec948de5a089eabfb1e38082 |
UHC | 筌뚮씍堉꿱。 | 111011111010011110001100111010111001110110100100111010111011110010110010111010001010000110100011 | efa78ceb9da4ebbcb2e8a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)