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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????業?? | 0011111100111111001111110011111110001011110001100011111100111111 | 3f3f3f3f8bc63f3f |
EUC-JP | ????業?? | 0011111100111111001111110011111110110110110010000011111100111111 | 3f3f3f3fb6c83f3f |
UTF-8 | 묰뫝烈묿業뫖묰 | 111010111010110010110000111010111010101110011101111011111010011010011111111010111010110010111111111001101010010110101101111010111010101110010110111010111010110010110000 | ebacb0ebab9defa69febacbfe6a5adebab96ebacb0 |
UHC | 묰뫝烈묿業뫖묰 | 1001001001000111100100011011110111100110111011111001001001001110111001011111011010010001101110001001001001000111 | 924791bde6ef924ee5f691b89247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)