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 | 閃垣?? | 100100010100110110001010010111110011111100111111 | 914d8a5f3f3f |
EUC-JP | 閃垣?? | 110000011010111010110011110000000011111100111111 | c1aeb3c03f3f |
UTF-8 | 閃垣롔렊 | 111010011001011010000011111001011001111010100011111010111010000110010100111010111010000010001010 | e99683e59ea3eba194eba08a |
UHC | 閃垣롔렊 | 1110000011101100111010101010111110001110110110001000111010100001 | e0eceaaf8ed88ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)