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 | 鱸嫉昇ホ | 11101001111001111000111010111001100011111011100011001110 | e9e78eb98fb8ce |
EUC-JP | 鱸嫉昇ホ | 1111001011101001101111001011101110111110101110101000111011001110 | f2e9bcbbbeba8ece |
UTF-8 | 鱸嫉昇ホ | 111010011011000110111000111001011010101110001001111001101001100010000111111011111011111010001110 | e9b1b8e5ab89e69887efbe8e |
UHC | ?嫉昇? | 001111111111001011101100111000111011000000111111 | 3ff2ece3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)