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 | 閹ゥ蜈ョ | 111010001000011010101001111001011000010110101110 | e886a9e585ae |
EUC-JP | 閹ゥ蜈ョ | 1110111111100110100011101010100111101001111001011000111010101110 | efe68ea9e9e58eae |
UTF-8 | 閹ゥ蜈ョ | 111010011001011010111001111011111011110110101001111010001001110010001000111011111011110110101110 | e996b9efbda9e89c88efbdae |
UHC | ??蜈? | 0011111100111111111010001010010100111111 | 3f3fe8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)