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 | 閹井コ・蠎蛙 | 11101000100001101000100011100100101110101010010111100101101110101000101001011110 | e88688e4baa5e5ba8a5e |
EUC-JP | 閹井コ・蠎蛙 | 111011111110011010110000111001101000111010111010100011101010010111101010101111001011001110111111 | efe6b0e68eba8ea5eabcb3bf |
UTF-8 | 閹井コ・蠎蛙 | 111010011001011010111001111001001011101010010101111011111011110110111010111011111011110110100101111010001010000010001110111010001001101110011001 | e996b9e4ba95efbdbaefbda5e8a08ee89b99 |
UHC | ?井???蛙 | 0011111111101111110011000011111100111111001111111110100011000011 | 3fefcc3f3f3fe8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)