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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灌烋鴣潁 | 1001111111110011111000000111110111101001111100111001111111110001 | 9ff3e07de9f39ff1 |
EUC-JP | 灌烋鴣潁 | 1101111011110101110111111101111011110010111101011101111011110011 | def5dfdef2f5def3 |
UTF-8 | 灌烋鴣潁 | 111001111000000110001100111001111000001110001011111010011011010010100011111001101011110110000001 | e7818ce7838be9b4a3e6bd81 |
UHC | 灌烋?潁 | 11001110101101001111110111001110001111111110011110111000 | ceb4fdce3fe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)