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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閼幃囂遘機B | 1110100010000100100110111110100110011010100011111110011110100111100010110100000001000010 | e8849be99a8fe7a78b4042 |
EUC-JP | 閼幃囂遘機B | 1110111111100100110101101110101111010011111011111110111010101001101101011010000101000010 | efe4d6ebd3efeea9b5a142 |
UTF-8 | 閼幃囂遘機B | 11101001100101101011110011100101101110011000001111100101100110111000001011101001100000011001100011100110101010011001111101000010 | e996bce5b983e59b82e98198e6a99f42 |
UHC | 閼???機B | 1110010011011001001111110011111100111111110100011010011001000010 | e4d93f3f3fd1a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)