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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 拾??h拾?? | 100011110100010100111111001111110110100010001111010001010011111100111111 | 8f453f3f688f453f3f |
EUC-JP | 拾??h拾?? | 101111011010011000111111001111110110100010111101101001100011111100111111 | bda63f3f68bda63f3f |
UTF-8 | 拾룇뙦h拾룇뙦 | 11100110100010111011111011101011101000111000011111101011100110011010011001101000111001101000101110111110111010111010001110000111111010111001100110100110 | e68bbeeba387eb99a668e68bbeeba387eb99a6 |
UHC | 拾룇뙦h拾룇뙦 | 11100011101001101000111110000110100011001010101001101000111000111010011010001111100001101000110010101010 | e3a68f868caa68e3a68f868caa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)