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 | 儲豆?雄? | 1001011011010111100100111010010000111111100101110101100100111111 | 96d793a43f97593f |
EUC-JP | 儲豆?雄? | 1100110011011001110001101010011000111111110011011011101000111111 | ccd9c6a63fcdba3f |
UTF-8 | 儲豆狼雄탓 | 111001011000010010110010111010001011000110000110111011111010010010101011111010011001101110000100111011011000001110010011 | e584b2e8b186efa4abe99b84ed8393 |
UHC | 儲豆狼雄탓 | 11101110101110011101010011100111110100101010101011101010101010011100010110111111 | eeb9d4e7d2aaeaa9c5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)