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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?纜?? | 0011111111100011100111000011111100111111 | 3fe39c3f3f |
EUC-JP | ?纜?? | 0011111111100101111111000011111100111111 | 3fe5fc3f3f |
UTF-8 | 렺纜렻렮 | 111010111010000010111010111001111011101010011100111010111010000010111011111010111010000010101110 | eba0bae7ba9ceba0bbeba0ae |
UHC | 렺纜렻렮 | 1000111011000010110101011011111110001110110000111000111010111011 | 8ec2d5bf8ec38ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)