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 | 臾る?臾щП | 1110010001101011100000101110100100111111111001000110101110000100100010111000010001010000 | e46b82e93fe46b848b8450 |
EUC-JP | 臾る?臾щП | 1110011111001100101001001110101100111111111001111100110010100111111010111010011110110001 | e7cca4eb3fe7cca7eba7b1 |
UTF-8 | 臾る쳦臾щП | 11101000100001111011111011100011100000101000101111101100101100111010011011101000100001111011111011010001100010011101000010011111 | e887bee3828becb3a6e887bed189d09f |
UHC | 臾る쳦臾щП | 111010111010110010101010111010111010101110001011111010111010110010101100111010111010110010110001 | ebacaaebab8bebacacebacb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)