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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 宜??濡?? | 1000101101011000001111110011111110010100010001110011111100111111 | 8b583f3f94473f3f |
EUC-JP | 宜??濡?? | 1011010110111001001111110011111111000111101010000011111100111111 | b5b93f3fc7a83f3f |
UTF-8 | 宜몃졒濡뚮죻 | 111001011010111010011100111010111010101010000011111011001010000110010010111001101011111110100001111010111001101010101110111011001010001110111011 | e5ae9cebaa83eca192e6bfa1eb9aaeeca3bb |
UHC | 宜몃졒濡뚮죻 | 111010111111000110111000111010111010000010111111111010111010000110001100111010111010000110010101 | ebf1b8eba0bfeba18ceba195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)