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 | 邱夊エ咲屓邱 | 1110011110110111100110101110100010110100100011011110011110011011100111101110011110110111 | e7b79ae8b48de79b9ee7b7 |
EUC-JP | 邱夊エ咲屓邱 | 111011101011100111010100111010101000111010110100101110101110100111010101111111101110111010111001 | eeb9d4ea8eb4bae9d5feeeb9 |
UTF-8 | 邱夊エ咲屓邱 | 111010011000001010110001111001011010010010001010111011111011110110110100111001011001001010110010111001011011000110010011111010011000001010110001 | e982b1e5a48aefbdb4e592b2e5b193e982b1 |
UHC | 邱????邱 | 1100111111001000001111110011111100111111001111111100111111001000 | cfc83f3f3f3fcfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)