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 | 렯렢렱泂뤯力 | 111010111010000010101111111010111010000010100010111010111010000010110001111001101011001110000010111010111010010010101111111011111010011010001010 | eba0afeba0a2eba0b1e6b382eba4afefa68a |
UHC | 렯렢렱泂뤯力 | 100011101011110010001110101100111000111010111110111110111010001010001111110111011110011010110011 | 8ebc8eb38ebefba28fdde6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)