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 | ?ラ?榮?? | 0011111110000011100010010011111110011110110001000011111100111111 | 3f83893f9ec43f3f |
EUC-JP | ?ラ?榮?˚ | 00111111101001011110100100111111110111001100011000111111100011111010001010110110 | 3fa5e93fdcc63f8fa2b6 |
UTF-8 | 筽ラ뇦榮붺˚ | 1110011110101101101111011110001110000011101010011110101110000111101001101110011010100110101011101110101110110110101110101100101110011010 | e7adbde383a9eb87a6e6a6aeebb6bacb9a |
UHC | 筽ラ뇦榮붺˚ | 111010001010010010101011111010011000011110001110111001111011010010010100111001111010001010101010 | e8a4abe9878ee7b494e7a2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)