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 | ?尊? | 00111111100100011011100000111111 | 3f91b83f |
EUC-JP | ?尊? | 00111111110000101011101000111111 | 3fc2ba3f |
UTF-8 | 렳尊롔 | 111010111010000010110011111001011011000010001010111010111010000110010100 | eba0b3e5b08aeba194 |
UHC | 렳尊롔 | 100011101100000011110000111011101000111011011000 | 8ec0f0ee8ed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)