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 | 諱≫則邃顛 | 11100110100000011000000111100010100100011010010111100010100001001001001101011110 | e68181e291a5e284935e |
EUC-JP | 諱≫則邃顛 | 11101011111000011010001011100100110000101010011111100011111001001100010110111111 | ebe1a2e4c2a7e3e4c5bf |
UTF-8 | 諱≫則邃顛 | 111010001010101110110001111000101000100110101011111001011000100110000111111010011000001010000011111010011010000110011011 | e8abb1e289abe58987e98283e9a19b |
UHC | 諱≫則邃? | 111111011100100110100001111011011111011011001110111000101100010100111111 | fdc9a1edf6cee2c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)