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 | ?功び??鈑 | 001111111000110011110111100000101101000100111111001111111110011111100101 | 3f8cf782d13f3fe7e5 |
EUC-JP | ?功び??鈑 | 001111111011100011111001101001001101001100111111001111111110111011100111 | 3fb8f9a4d33f3feee7 |
UTF-8 | 룴功び룵끼鈑 | 111010111010001110110100111001011000101010011111111000111000000110110011111010111010001110110101111010111000000110111100111010011000100010010001 | eba3b4e58a9fe381b3eba3b5eb81bce98891 |
UHC | 룴功び룵끼鈑 | 100011111010100111001101111011011010101011010011100011111010101010110011101000101111011111111110 | 8fa9cdedaad38faab3a2f7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)