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 | ?椀衷 | 0011111110011000011011111001001010001111 | 3f986f928f |
EUC-JP | ?椀衷 | 0011111111001111110100001100001111101111 | 3fcfd0c3ef |
UTF-8 | 뤚椀衷 | 111010111010010010011010111001101010010010000000111010001010000110110111 | eba49ae6a480e8a1b7 |
UHC | 뤚椀衷 | 100011111100100111101000110010101111010111111011 | 8fc9e8caf5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)