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 | 閼帛鏡縺 | 1110100010000100100110111110010110001011101111101110001110000001 | e8849be58bbee381 |
EUC-JP | 閼帛鏡縺 | 1110111111100100110101101110011110110110110000001110010111100001 | efe4d6e7b6c0e5e1 |
UTF-8 | 閼帛鏡縺 | 111010011001011010111100111001011011100010011011111010011000111110100001111001111011100010111010 | e996bce5b89be98fa1e7b8ba |
UHC | 閼帛鏡? | 11100100110110011101101111011001110011001111000000111111 | e4d9dbd9ccf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)