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 | ルコ鍰 | 111101001100011111011001101110101111101111011111 | f4c7d9bafbdf |
EUC-JP | ?ルコ鍰 | 0011111110001110110110011000111010111010100011111110010011111010 | 3f8ed98eba8fe4fa |
UTF-8 | ルコ鍰 | 111011101000110110110110111011111011111010011001111011111011110110111010111010011000110110110000 | ee8db6efbe99efbdbae98db0 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)