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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 陋呎ァス^ | 11101000100110111001100111100110101001111011110101011110 | e89b99e6a7bd5e |
EUC-JP | 陋呎ァス^ | 111011111111101111010010111010001000111010100111100011101011110101011110 | effbd2e88ea78ebd5e |
UTF-8 | 陋呎ァス^ | 11101001100110011000101111100101100100011000111011101111101111011010011111101111101111011011110101011110 | e9998be5918eefbda7efbdbd5e |
UHC | 陋???^ | 110101111011000000111111001111110011111101011110 | d7b03f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)