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 | ZµJU | 1001001001011010100100011011010110010010010010101001001001010101 | 925a91b5924a9255 |
SJIS-WIN | ?Z???J?U | 0011111101011010001111110011111100111111010010100011111101010101 | 3f5a3f3f3f4a3f55 |
EUC-JP | ?Z???J?U | 0011111101011010001111110011111100111111010010100011111101010101 | 3f5a3f3f3f4a3f55 |
UTF-8 | ZµJU | 11000010100100100101101011000010100100011100001010110101110000101001001001001010110000101001001001010101 | c2925ac291c2b5c2924ac29255 |
UHC | ?Z???J?U | 0011111101011010001111110011111100111111010010100011111101010101 | 3f5a3f3f3f4a3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)