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 | 闍樣囂遘脚 | 11101000100010111001111011101001100110101000111111100111101001111000101101110010 | e88b9ee99a8fe7a78b72 |
EUC-JP | 闍樣囂遘脚 | 11101111111010111101110011101011110100111110111111101110101010011011010111010011 | efebdcebd3efeea9b5d3 |
UTF-8 | 闍樣囂遘脚 | 111010011001011110001101111001101010100010100011111001011001101110000010111010011000000110011000111010001000010010011010 | e9978de6a8a3e59b82e98198e8849a |
UHC | ?樣??脚 | 00111111111001011100011000111111001111111100101011000101 | 3fe5c63f3fcac5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)