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^ | 111011001011000110000101111011011001100010100111111011001010011110100100011101011110110010110001100001011110110110011000101001111110110010100111101001000111010101011110 | ecb185ed98a7eca7a475ecb185ed98a7eca7a4755e |
UHC | 책혧짤u책혧짤u^ | 110000111010010111000010100011111100001010101001011101011100001110100101110000101000111111000010101010010111010101011110 | c3a5c28fc2a975c3a5c28fc2a9755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)