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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 儀?????? | 1000101101010110001111110011111100111111001111110011111100111111 | 8b563f3f3f3f3f3f |
EUC-JP | 儀?????? | 1011010110110111001111110011111100111111001111110011111100111111 | b5b73f3f3f3f3f3f |
UTF-8 | 儀붹뿭溜뺝맫溜 | 111001011000010010000000111010111011011010111001111010111011111110101101111011111010011110001011111010111011101010011101111010111010011110101011111011111010011110001011 | e58480ebb6b9ebbfadefa78bebba9deba7abefa78b |
UHC | 儀붹뿭溜뺝맫溜 | 1110101111110000100101001110011010010111101011011110101011111110100101011110010110010000101100111110101011111110 | ebf094e697adeafe95e590b3eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)