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 | ???貢 | 0011111100111111001111111000110101110110 | 3f3f3f8d76 |
EUC-JP | ???貢 | 0011111100111111001111111011100111010111 | 3f3f3fb9d7 |
UTF-8 | 筽딀궆貢 | 111001111010110110111101111010111001010010000000111010101011011010000110111010001011001010100010 | e7adbdeb9480eab686e8b2a2 |
UHC | 筽딀궆貢 | 1110100010100100100010101110011010000010100111111100110111111000 | e8a48ae6829fcdf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)