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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 暗??巡?\ | 1000100011000011001111110011111110001111100001000011111101011100 | 88c33f3f8f843f5c |
EUC-JP | 暗??巡?\ | 1011000011000101001111110011111110111101111001000011111101011100 | b0c53f3fbde43f5c |
UTF-8 | 暗삳쉥巡늛\ | 11100110100110101001011111101100100000101011001111101100100010011010010111100101101101111010000111101011100010101001101101011100 | e69a97ec82b3ec89a5e5b7a1eb8a9b5c |
UHC | 暗삳쉥巡늛\ | 1110010011011110101110111110101110111101101010111110001011011110100010000110011101011100 | e4debbebbdabe2de88675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)