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 | 栁桒栁桒 | 1111101011100101111110101110001111111010111001011111101011100011 | fae5fae3fae5fae3 |
EUC-JP | ?桒?桒 | 0011111110001111110000111100100100111111100011111100001111001001 | 3f8fc3c93f8fc3c9 |
UTF-8 | 栁桒栁桒 | 111001101010000010000001111001101010000110010010111001101010000010000001111001101010000110010010 | e6a081e6a192e6a081e6a192 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)