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 | 胄冗洪莢 | 1110001111110010100011111110011110001101010111101110010010110000 | e3f28fe78d5ee4b0 |
EUC-JP | 胄冗洪莢 | 1110011011110100101111101110100110111001101111111110100010110010 | e6f4bee9b9bfe8b2 |
UTF-8 | 胄冗洪莢 | 111010001000001110000100111001011000011010010111111001101011010010101010111010001000111010100010 | e88384e58697e6b4aae88ea2 |
UHC | 胄冗洪莢 | 1111000110110000111010011011011111111011111100111111101011111000 | f1b0e9b7fbf3faf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)