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 | 灌烋鳰 | 100111111111001111100000011111011110100111101010 | 9ff3e07de9ea |
EUC-JP | 灌烋鳰 | 110111101111010111011111110111101111001011101100 | def5dfdef2ec |
UTF-8 | 灌烋鳰 | 111001111000000110001100111001111000001110001011111010011011001110110000 | e7818ce7838be9b3b0 |
UHC | 灌烋? | 1100111010110100111111011100111000111111 | ceb4fdce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)