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? | 00111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f683f |
SJIS-WIN | 銑????h銑 | 100100010100110000111111001111110011111100111111011010001001000101001100 | 914c3f3f3f3f68914c |
EUC-JP | 銑????h銑 | 110000011010110100111111001111110011111100111111011010001100000110101101 | c1ad3f3f3f3f68c1ad |
UTF-8 | 銑셈셕렯렾h銑 | 11101001100010101001000111101100100001011000100011101100100001011001010111101011101000001010111111101011101000001011111001101000111010011000101010010001 | e98a91ec8588ec8595eba0afeba0be68e98a91 |
UHC | 銑셈셕렯렾h銑 | 11100000110101011011110011000000101111001100011010001110101111001000111011000110011010001110000011010101 | e0d5bcc0bcc68ebc8ec668e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)