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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠕暦ス娯旺 | 111001011011111010010111111011111011110110001100111000101000100110100000 | e5be97efbd8ce289a0 |
EUC-JP | 蠕暦ス娯旺 | 11101010110000001100111011110001100011101011110110111000111001001011001010100010 | eac0cef18ebdb8e4b2a2 |
UTF-8 | 蠕暦ス娯旺 | 111010001010000010010101111001101001101010100110111011111011110110111101111001011010100010101111111001101001011110111010 | e8a095e69aa6efbdbde5a8afe697ba |
UHC | ????旺 | 001111110011111100111111001111111110100011011010 | 3f3f3f3fe8da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)