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 | °Ú[°Ú[^ | 10110000110110100101101110110000110110100101101101011110 | b0da5bb0da5b5e |
SJIS-WIN | °?[°?[^ | 100000011000101100111111010110111000000110001011001111110101101101011110 | 818b3f5b818b3f5b5e |
EUC-JP | °Ú[°Ú[^ | 10100001111010111000111110101010111000100101101110100001111010111000111110101010111000100101101101011110 | a1eb8faae25ba1eb8faae25b5e |
UTF-8 | °Ú[°Ú[^ | 1100001010110000110000111001101001011011110000101011000011000011100110100101101101011110 | c2b0c39a5bc2b0c39a5b5e |
UHC | °?[°?[^ | 101000011100011000111111010110111010000111000110001111110101101101011110 | a1c63f5ba1c63f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)