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 | 枝???? | 100011100111110100111111001111110011111100111111 | 8e7d3f3f3f3f |
EUC-JP | 枝???? | 101110111101111000111111001111110011111100111111 | bbde3f3f3f3f |
UTF-8 | 枝렎理면깔 | 111001101001111010011101111010111010000010001110111011111010011110100100111010111010100110110100111010101011100110010100 | e69e9deba08eefa7a4eba9b4eab994 |
UHC | 枝렎理면깔 | 11110010101010111000111010100100111011001011010110111000111010011011000111110010 | f2ab8ea4ecb5b8e9b1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)