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 | 逵樒握 | 111001111001110010011110111001111000100010101100 | e79c9ee788ac |
EUC-JP | 逵樒握 | 111011011111110011011100111010011011000010101110 | edfcdce9b0ae |
UTF-8 | 逵樒握 | 111010011000000010110101111001101010100010010010111001101000111110100001 | e980b5e6a892e68fa1 |
UHC | 逵?握 | 1101000010110000001111111110010011000100 | d0b03fe4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)