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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 蘂?????] | 1110010101000001001111110011111100111111001111110011111101011101 | e5413f3f3f3f3f5d |
EUC-JP | 蘂?????] | 1110100110100010001111110011111100111111001111110011111101011101 | e9a23f3f3f3f3f5d |
UTF-8 | 蘂녔콖連얕춼] | 11101000100110001000001011101011100001011001010011101100101111011001011011101111101001101001101011101100100101101001010111101100101101101011110001011101 | e89882eb8594ecbd96efa69aec9695ecb6bc5d |
UHC | 蘂녔콖連얕춼] | 11100111110111101011001111100110101100011001000011100110111001101011111011101000101011011001100001011101 | e7deb3e6b190e6e6bee8ad985d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)