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 | ???ch???c | 001111110011111100111111011000110110100000111111001111110011111101100011 | 3f3f3f63683f3f3f63 |
SJIS-WIN | ???ch???c | 001111110011111100111111011000110110100000111111001111110011111101100011 | 3f3f3f63683f3f3f63 |
EUC-JP | ???ch???c | 001111110011111100111111011000110110100000111111001111110011111101100011 | 3f3f3f63683f3f3f63 |
UTF-8 | 淋꾪샍ch淋꾪샍c | 111011111010011110110101111010101011111010101010111011001000001110001101011000110110100011101111101001111011010111101010101111101010101011101100100000111000110101100011 | efa7b5eabeaaec838d6368efa7b5eabeaaec838d63 |
UHC | 淋꾪샍ch淋꾪샍c | 111011001111100010000100111011011001100010111011011000110110100011101100111110001000010011101101100110001011101101100011 | ecf884ed98bb6368ecf884ed98bb63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)