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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???衒 | 0011111100111111001111111110010111001000 | 3f3f3fe5c8 |
EUC-JP | ???衒 | 0011111100111111001111111110101011001010 | 3f3f3feaca |
UTF-8 | 롈렯렓衒 | 111010111010000110001000111010111010000010101111111010111010000010010011111010001010000110010010 | eba188eba0afeba093e8a192 |
UHC | 롈렯렓衒 | 1000111011001110100011101011110010001110101010001111101011100101 | 8ece8ebc8ea8fae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)