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 | ??????ue^ | 001111110011111100111111001111110011111100111111011101010110010101011110 | 3f3f3f3f3f3f75655e |
SJIS-WIN | ??????ue^ | 001111110011111100111111001111110011111100111111011101010110010101011110 | 3f3f3f3f3f3f75655e |
EUC-JP | ??????ue^ | 001111110011111100111111001111110011111100111111011101010110010101011110 | 3f3f3f3f3f3f75655e |
UTF-8 | 찼횧횙짙횒째ue^ | 111011001011000010111100111011011001101010100111111011011001101010011001111011001010011110011001111011011001101010010010111011001010011110111000011101010110010101011110 | ecb0bced9aa7ed9a99eca799ed9a92eca7b875655e |
UHC | 찼횧횙짙횒째ue^ | 110000111010000111000011100111101100001110010011110000101010001111000011100011011100001010110000011101010110010101011110 | c3a1c39ec393c2a3c38dc2b075655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)