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 | 邨ょシ罷。 | 1110011110110101100000101110010110111100100101001110101110100001 | e7b582e5bc94eba1 |
EUC-JP | 邨ょシ罷。 | 11101110101101111010010011100111100011101011110011001000111011011000111010100001 | eeb7a4e78ebcc8ed8ea1 |
UTF-8 | 邨ょシ罷。 | 111010011000001010101000111000111000001010000111111011111011110110111100111001111011110110110111111011111011110110100001 | e982a8e38287efbdbce7bdb7efbda1 |
UHC | 邨ょ?罷? | 1111010110111110101010101110011100111111111101111111001100111111 | f5beaae73ff7f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)