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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 諸?l樟? | 1000111110010100001111111000001010001100100011111011111000111111 | 8f943f828c8fbe3f |
EUC-JP | 諸?l樟? | 1011110111110100001111111010001111101100101111101100000000111111 | bdf43fa3ecbec03f |
UTF-8 | 諸겼l樟렊 | 111010001010101110111000111010101011001010111100111011111011110110001100111001101010100010011111111010111010000010001010 | e8abb8eab2bcefbd8ce6a89feba08a |
UHC | 諸겼l樟렊 | 11110000101100111011000011100101101000111110110011101101111010011000111010100001 | f0b3b0e5a3ecede98ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)