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 | 枝???闇 | 10001110011111010011111100111111001111111000100011000101 | 8e7d3f3f3f88c5 |
EUC-JP | 枝???闇 | 10111011110111100011111100111111001111111011000011000111 | bbde3f3f3fb0c7 |
UTF-8 | 枝렏渽렜闇 | 111001101001111010011101111010111010000010001111111001101011100010111101111010111010000010011100111010011001011110000111 | e69e9deba08fe6b8bdeba09ce99787 |
UHC | 枝렏渽렜闇 | 11110010101010111000111010100101111011101010101010001110101011101110010011100001 | f2ab8ea5eeaa8eaee4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)