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 | 竅?竅? | 111000101000000100111111111000101000000100111111 | e2813fe2813f |
EUC-JP | 竅玭竅玭 | 11100011111000011000111111001011111000011110001111100001100011111100101111100001 | e3e18fcbe1e3e18fcbe1 |
UTF-8 | 竅玭竅玭 | 111001111010101110000101111001111000111010101101111001111010101110000101111001111000111010101101 | e7ab85e78eade7ab85e78ead |
UHC | 竅玭竅玭 | 1101000010101011110111101011011111010000101010111101111010110111 | d0abdeb7d0abdeb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)