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 | ??猛漿 | 001111110011111110010110110100101001111111110111 | 3f3f96d29ff7 |
EUC-JP | ??猛漿 | 001111110011111111001100110101001101111011111001 | 3f3fccd4def9 |
UTF-8 | 뤶풆猛漿 | 111010111010010010110110111011011001001010000110111001111000110010011011111001101011110010111111 | eba4b6ed9286e78c9be6bcbf |
UHC | 뤶풆猛漿 | 1000111111100100101111101000111011011000111011011110110111101100 | 8fe4be8ed8ededec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)