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 | 汚?瓦? | 100010011001100000111111100010101010001000111111 | 89983f8aa23f |
EUC-JP | 汚?瓦? | 101100011111100000111111101101001010010000111111 | b1f83fb4a43f |
UTF-8 | 汚씍瓦셙 | 111001101011000110011010111011001001010010001101111001111001001110100110111011001000010110011001 | e6b19aec948de793a6ec8599 |
UHC | 汚씍瓦셙 | 1110011111111101100111011010010011101000101111111001100101100001 | e7fd9da4e8bf9961 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)