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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邨ょオ | 1110011110110101100000101110010110110101 | e7b582e5b5 |
EUC-JP | 邨ょオ | 111011101011011110100100111001111000111010110101 | eeb7a4e78eb5 |
UTF-8 | 邨ょオ | 111010011000001010101000111000111000001010000111111011111011110110110101 | e982a8e38287efbdb5 |
UHC | 邨ょ? | 1111010110111110101010101110011100111111 | f5beaae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)