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 | ????Y?? | 00111111001111110011111100111111010110010011111100111111 | 3f3f3f3f593f3f |
SJIS-WIN | ????Y?? | 00111111001111110011111100111111010110010011111100111111 | 3f3f3f3f593f3f |
EUC-JP | ????Y?? | 00111111001111110011111100111111010110010011111100111111 | 3f3f3f3f593f3f |
UTF-8 | 쩌횣쩌횙Y쩌횣 | 11101100101010011000110011101101100110101010001111101100101010011000110011101101100110101001100101011001111011001010100110001100111011011001101010100011 | eca98ced9aa3eca98ced9a9959eca98ced9aa3 |
UHC | 쩌횣쩌횙Y쩌횣 | 11000010101111001100001110011010110000101011110011000011100100110101100111000010101111001100001110011010 | c2bcc39ac2bcc39359c2bcc39a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)