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 | 桒桒 | 1111101011100011111101101101010011110010111101011111101011100011 | fae3f6d4f2f5fae3 |
EUC-JP | 桒??桒 | 1000111111000011110010010011111100111111100011111100001111001001 | 8fc3c93f3f8fc3c9 |
UTF-8 | 桒桒 | 111001101010000110010010111011101001001110111011111011101000100010101100111001101010000110010010 | e6a192ee93bbee88ace6a192 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)