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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯???▼? | 1001101011100001001111110011111100111111100000011010010100111111 | 9ae13f3f3f81a53f |
EUC-JP | 壯???▼? | 1101010011100011001111110011111100111111101000101010011100111111 | d4e33f3f3fa2a73f |
UTF-8 | 壯룡꼇凉▼폀 | 111001011010001110101111111010111010001110100001111010101011110010000111111011111010010110111001111000101001011010111100111011011000111110000000 | e5a3afeba3a1eabc87efa5b9e296bced8f80 |
UHC | 壯룡꼇凉▼폀 | 111011011110000010110111111001101011001010111011111001011011110010100001111001011011110010001111 | ede0b7e6b2bbe5bca1e5bc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)