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?\ | 0011111100111111001111110011111100111111010110010011111101011100 | 3f3f3f3f3f593f5c |
SJIS-WIN | ?????Y?\ | 0011111100111111001111110011111100111111010110010011111101011100 | 3f3f3f3f3f593f5c |
EUC-JP | ?????Y?\ | 0011111100111111001111110011111100111111010110010011111101011100 | 3f3f3f3f3f593f5c |
UTF-8 | 채혦혢혛혨Y채\ | 1110110010110001100001001110110110011000101001101110110110011000101000101110110110011000100110111110110110011000101010000101100111101100101100011000010001011100 | ecb184ed98a6ed98a2ed989bed98a859ecb1845c |
UHC | 채혦혢혛혨Y채\ | 1100001110100100110000101000111011000010100010111100001010000110110000101001000001011001110000111010010001011100 | c3a4c28ec28bc286c29059c3a45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)