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 | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
SJIS-WIN | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
EUC-JP | ???u?? | 001111110011111100111111011101010011111100111111 | 3f3f3f753f3f |
UTF-8 | 채쩍혛u채챠 | 11101100101100011000010011101100101010011000110111101101100110001001101101110101111011001011000110000100111011001011000110100000 | ecb184eca98ded989b75ecb184ecb1a0 |
UHC | 채쩍혛u채챠 | 1100001110100100110000101011110111000010100001100111010111000011101001001100001110101101 | c3a4c2bdc28675c3a4c3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)