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 | 褥定椽雋 | 1110010111110001100100101110100010011110101110111110100010110010 | e5f192e89ebbe8b2 |
EUC-JP | 褥定椽雋 | 1110101011110011110001001110101011011100101111011111000010110100 | eaf3c4eadcbdf0b4 |
UTF-8 | 褥定椽雋 | 111010001010010010100101111001011010111010011010111001101010010010111101111010011001101110001011 | e8a4a5e5ae9ae6a4bde99b8b |
UHC | 褥定椽雋 | 1110100110110011111011111101001011100110110010111111000111100110 | e9b3efd2e6cbf1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)