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 | 枝?弧?闇 | 1000111001111101001111111000110011001010001111111000100011000101 | 8e7d3f8cca3f88c5 |
EUC-JP | 枝?弧?闇 | 1011101111011110001111111011100011001100001111111011000011000111 | bbde3fb8cc3fb0c7 |
UTF-8 | 枝렏弧렞闇 | 111001101001111010011101111010111010000010001111111001011011110010100111111010111010000010011110111010011001011110000111 | e69e9deba08fe5bca7eba09ee99787 |
UHC | 枝렏弧렞闇 | 11110010101010111000111010100101111110111100000110001110101011111110010011100001 | f2ab8ea5fbc18eafe4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)