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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隲コ竭ケ奛 | 1110100010101011101110101110001010010001101110011111101010100001 | e8abbae291b9faa1 |
EUC-JP | 隲コ竭ケ奛 | 1111000010101101100011101011101011100011111100011000111010111001100011111011100011110111 | f0ad8ebae3f18eb98fb8f7 |
UTF-8 | 隲コ竭ケ奛 | 111010011001101010110010111011111011110110111010111001111010101110101101111011111011110110111001111001011010010110011011 | e99ab2efbdbae7abadefbdb9e5a59b |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)