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?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
SJIS-WIN | ???K?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
EUC-JP | ???K?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
UTF-8 | 혧횉청K쩌챵 | 11101101100110001010011111101101100110101000100111101100101100101010110101001011111011001010100110001100111011001011000110110101 | ed98a7ed9a89ecb2ad4beca98cecb1b5 |
UHC | 혧횉청K쩌챵 | 1100001010001111110000111000011111000011101110110100101111000010101111001100001110110010 | c28fc387c3bb4bc2bcc3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)