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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 堤峯?異?齊 | 10010010111001111001010111110101001111111000100011011001001111111110101010001110 | 92e795f53f88d93fea8e |
EUC-JP | 堤峯?異?齊 | 11000100111010011100101011110111001111111011000011011011001111111111001111101110 | c4e9caf73fb0db3ff3ee |
UTF-8 | 堤峯벚異렢齊 | 111001011010000010100100111001011011001110101111111010111011001010011010111001111001010110110000111010111010000010100010111010011011110110001010 | e5a0a4e5b3afebb29ae795b0eba0a2e9bd8a |
UHC | 堤峯벚異렢齊 | 111100001010011111011100111001111011101010100010111011001011011010001110101100111111000010111010 | f0a7dce7baa2ecb68eb3f0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)