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 | 際??? | 1000110111011011001111110011111100111111 | 8ddb3f3f3f |
EUC-JP | 際?濩? | 10111010110111010011111110001111110010011010010000111111 | badd3f8fc9a43f |
UTF-8 | 際렑濩렑 | 111010011001101010011011111010111010000010010001111001101011111110101001111010111010000010010001 | e99a9beba091e6bfa9eba091 |
UHC | 際렑濩렑 | 1111000010110111100011101010011011111011110011011000111010100110 | f0b78ea6fbcd8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)