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 | 聰一ス跛 | 11100011111000001000100011101010101111011110011011101010 | e3e088eabde6ea |
EUC-JP | 聰一ス跛 | 1110011011100010101100001110110010001110101111011110110011101100 | e6e2b0ec8ebdecec |
UTF-8 | 聰一ス跛 | 111010001000000110110000111001001011100010000000111011111011110110111101111010001011011110011011 | e881b0e4b880efbdbde8b79b |
UHC | 聰一?跛 | 11110101110001101110110011101001001111111111011111110101 | f5c6ece93ff7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)