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 | 源???工 | 10001100101110010011111100111111001111111000110101001000 | 8cb93f3f3f8d48 |
EUC-JP | 源?勖?工 | 101110001011101100111111100011111011001111101101001111111011100110101001 | b8bb3f8fb3ed3fb9a9 |
UTF-8 | 源렰勖쾌工 | 111001101011101010010000111010111010000010110000111001011000101110010110111011001011111010001100111001011011011110100101 | e6ba90eba0b0e58b96ecbe8ce5b7a5 |
UHC | 源렰勖쾌工 | 11101010101110011000111010111101111010011110110111000100111010001100110111101111 | eab98ebde9edc4e8cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)