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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???泂?? | 0011111100111111001111111000111111000110111101100011111100111111 | 3f3f3f8fc6f63f3f |
UTF-8 | 렯렢렱泂뤰탮 | 111010111010000010101111111010111010000010100010111010111010000010110001111001101011001110000010111010111010010010110000111011011000001110101110 | eba0afeba0a2eba0b1e6b382eba4b0ed83ae |
UHC | 렯렢렱泂뤰탮 | 100011101011110010001110101100111000111010111110111110111010001010001111110111101011010110001110 | 8ebc8eb38ebefba28fdeb58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)