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 | ???昻? | 001111110011111100111111111110101101000000111111 | 3f3f3ffad03f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 僚쒏퍜昻곲 | 111011111010011010111011111011001001001010001111111011011000110110011100111001101001100010111011111010101011001110110010 | efa6bbec928fed8d9ce698bbeab3b2 |
UHC | 僚쒏퍜昻곲 | 11101000111010001001110011100110101110111001001111100100111010011000000111101001 | e8e89ce6bb93e4e981e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)