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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 谷贈促]H | 1001001001001010100100011010000110010001101000110101110101001000 | 924a91a191a35d48 |
EUC-JP | 谷贈促]H | 1100001110101011110000101010001111000010101001010101110101001000 | c3abc2a3c2a55d48 |
UTF-8 | 谷贈促]H | 1110100010110000101101111110100010110100100010001110010010111111100000110101110101001000 | e8b0b7e8b488e4bf835d48 |
UHC | 谷贈促]H | 1100110111011011111100011111110011110101101101010101110101001000 | cddbf1fcf5b55d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)