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???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
SJIS-WIN | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
EUC-JP | ???u???u^ | 001111110011111100111111011101010011111100111111001111110111010101011110 | 3f3f3f753f3f3f755e |
UTF-8 | 혦처혳u혦처혳u^ | 111011011001100010100110111011001011001010011000111011011001100010110011011101011110110110011000101001101110110010110010100110001110110110011000101100110111010101011110 | ed98a6ecb298ed98b375ed98a6ecb298ed98b3755e |
UHC | 혦처혳u혦처혳u^ | 110000101000111011000011101100111100001010011010011101011100001010001110110000111011001111000010100110100111010101011110 | c28ec3b3c29a75c28ec3b3c29a755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)