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 | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
EUC-JP | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
UTF-8 | 혧쨀청A횪청 | 11101101100110001010011111101100101010001000000011101100101100101010110101000001111011011001101010101010111011001011001010101101 | ed98a7eca880ecb2ad41ed9aaaecb2ad |
UHC | 혧쨀청A횪청 | 1100001010001111110000101011001111000011101110110100000111000011101000001100001110111011 | c28fc2b3c3bb41c3a0c3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)