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 | ???}G | 0011111100111111001111110111110101000111 | 3f3f3f7d47 |
SJIS-WIN | 谷則側}G | 1001001001001010100100011010010110010001101001000111110101000111 | 924a91a591a47d47 |
EUC-JP | 谷則側}G | 1100001110101011110000101010011111000010101001100111110101000111 | c3abc2a7c2a67d47 |
UTF-8 | 谷則側}G | 1110100010110000101101111110010110001001100001111110010110000001101101000111110101000111 | e8b0b7e58987e581b47d47 |
UHC | 谷則側}G | 1100110111011011111101101100111011110110101100000111110101000111 | cddbf6cef6b07d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)