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 | 閼ア迢ク謳孔 | 11101000100001001011000111100111100010111011100011100110100100001000110101000101 | e884b1e78bb8e6908d45 |
EUC-JP | 閼ア迢ク謳孔 | 111011111110010010001110101100011110110111101011100011101011100011101011111100001011100110100110 | efe48eb1edeb8eb8ebf0b9a6 |
UTF-8 | 閼ア迢ク謳孔 | 111010011001011010111100111011111011110110110001111010001011111110100010111011111011110110111000111010001010110010110011111001011010110110010100 | e996bcefbdb1e8bfa2efbdb8e8acb3e5ad94 |
UHC | 閼???謳孔 | 111001001101100100111111001111110011111111001111110001001100110111101110 | e4d93f3f3fcfc4cdee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)