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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 省蓆ヨ緖ア | 1000111111001000111001001110110011010110111110111000111010110001 | 8fc8e4ecd6fb8eb1 |
EUC-JP | 省蓆ヨ?ア | 101111101100101011101000111011101000111011010110001111111000111010110001 | becae8ee8ed63f8eb1 |
UTF-8 | 省蓆ヨ緖ア | 111001111001110010000001111010001001001110000110111011111011111010010110111001111011011110010110111011111011110110110001 | e79c81e89386efbe96e7b796efbdb1 |
UHC | 省蓆?緖? | 1110000011111101111000001011011000111111110111111111110100111111 | e0fde0b63fdffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)