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 | 灌牘烋 | 100111111111001111100000101011111110000001111101 | 9ff3e0afe07d |
EUC-JP | 灌牘烋 | 110111101111010111100000101100011101111111011110 | def5e0b1dfde |
UTF-8 | 灌牘烋 | 111001111000000110001100111001111000100110011000111001111000001110001011 | e7818ce78998e7838b |
UHC | 灌牘烋 | 110011101011010011010100101110101111110111001110 | ceb4d4bafdce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)