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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
EUC-JP | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
UTF-8 | 혧횎체K횚 | 11101101100110001010011111101101100110101000111011101100101100101011010001001011111011011001101010011010 | ed98a7ed9a8eecb2b44bed9a9a |
UHC | 혧횎체K횚 | 110000101000111111000011100010101100001110111100010010111100001110010100 | c28fc38ac3bc4bc394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)