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 | 灌躬牘 | 100111111111001111100111010110101110000010101111 | 9ff3e75ae0af |
EUC-JP | 灌躬牘 | 110111101111010111101101101110111110000010110001 | def5edbbe0b1 |
UTF-8 | 灌躬牘 | 111001111000000110001100111010001011101010101100111001111000100110011000 | e7818ce8baace78998 |
UHC | 灌躬牘 | 110011101011010011001111111001011101010010111010 | ceb4cfe5d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)