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 | 遽碁埀 | 111001111010111110001100111010011001101010101111 | e7af8ce99aaf |
EUC-JP | 遽碁埀 | 111011101011000110111000111010111101010010110001 | eeb1b8ebd4b1 |
UTF-8 | 遽碁埀 | 111010011000000110111101111001111010001010000001111001011001111110000000 | e981bde7a281e59f80 |
UHC | 遽碁? | 1100101111101000110100011011001100111111 | cbe8d1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)