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 | 第私?諄 | 10010001111001101000111010000100001111111110011001111000 | 91e68e843fe678 |
EUC-JP | 第私?諄 | 11000010111010001011101111100100001111111110101111011001 | c2e8bbe43febd9 |
UTF-8 | 第私벅諄 | 111001111010110010101100111001111010011110000001111010111011001010000101111010001010101110000100 | e7acace7a781ebb285e8ab84 |
UHC | 第私벅諄 | 1111000010101111110111101110011110111001111101111110001011110100 | f0afdee7b9f7e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)