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 | ???g?? | 001111110011111100111111011001110011111100111111 | 3f3f3f673f3f |
SJIS-WIN | ???g?? | 001111110011111100111111011001110011111100111111 | 3f3f3f673f3f |
EUC-JP | ???g?? | 001111110011111100111111011001110011111100111111 | 3f3f3f673f3f |
UTF-8 | 혷횠횪g찼혷 | 11101101100110001011011111101101100110101010000011101101100110101010101001100111111011001011000010111100111011011001100010110111 | ed98b7ed9aa0ed9aaa67ecb0bced98b7 |
UHC | 혷횠횪g찼혷 | 1100001010011110110000111001100011000011101000000110011111000011101000011100001010011110 | c29ec398c3a067c3a1c29e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)