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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 淨??篩工P | 100111111100010000111111001111111110001010111111100011010100100001010000 | 9fc43f3fe2bf8d4850 |
EUC-JP | 淨?焌篩工P | 1101111011000110001111111000111111001001111010001110010011000001101110011010100101010000 | dec63f8fc9e8e4c1b9a950 |
UTF-8 | 淨렠焌篩工P | 11100110101101111010100011101011101000001010000011100111100001001000110011100111101011111010100111100101101101111010010101010000 | e6b7a8eba0a0e7848ce7afa9e5b7a550 |
UHC | 淨렠焌篩工P | 1110111111100100100011101011000111110001111000001101111011101000110011011110111101010000 | efe48eb1f1e0dee8cdef50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)