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 | ???w?? | 001111110011111100111111011101110011111100111111 | 3f3f3f773f3f |
SJIS-WIN | ???w?? | 001111110011111100111111011101110011111100111111 | 3f3f3f773f3f |
EUC-JP | ???w?? | 001111110011111100111111011101110011111100111111 | 3f3f3f773f3f |
UTF-8 | 혞짰혢w혗짯 | 11101101100110001001111011101100101001111011000011101101100110001010001001110111111011011001100010010111111011001010011110101111 | ed989eeca7b0ed98a277ed9897eca7af |
UHC | 혞짰혢w혗짯 | 1100001010001000110000101010111011000010100010110111011111000010100000101100001010101101 | c288c2aec28b77c282c2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)