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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 谷棚谷棚B | 100100100100101010010010010010011001001001001010100100100100100101000010 | 924a9249924a924942 |
EUC-JP | 谷棚谷棚B | 110000111010101111000011101010101100001110101011110000111010101001000010 | c3abc3aac3abc3aa42 |
UTF-8 | 谷棚谷棚B | 11101000101100001011011111100110101000111001101011101000101100001011011111100110101000111001101001000010 | e8b0b7e6a39ae8b0b7e6a39a42 |
UHC | 谷棚谷棚B | 110011011101101111011101110111001100110111011011110111011101110001000010 | cddbdddccddbdddc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)