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 | 助?乞稔岡 | 100011111001010100111111100011001110111010010110101010111000100110101010 | 8f953f8cee96ab89aa |
EUC-JP | 助?乞稔岡 | 101111011111010100111111101110001111000011001100101011011011001010101100 | bdf53fb8f0ccadb2ac |
UTF-8 | 助뀌乞稔岡 | 111001011000101010101001111010111000000010001100111001001011100110011110111001111010100010010100111001011011001010100001 | e58aa9eb808ce4b99ee7a894e5b2a1 |
UHC | 助뀌乞稔岡 | 11110000101111101011001011101110110010111111011111101100111110011100101110101010 | f0beb2eecbf7ecf9cbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)