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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 椀椀[椀椀[^ | 1001100001101111100110000110111101011011100110000110111110011000011011110101101101011110 | 986f986f5b986f986f5b5e |
EUC-JP | 椀椀[椀椀[^ | 1100111111010000110011111101000001011011110011111101000011001111110100000101101101011110 | cfd0cfd05bcfd0cfd05b5e |
UTF-8 | 椀椀[椀椀[^ | 111001101010010010000000111001101010010010000000010110111110011010100100100000001110011010100100100000000101101101011110 | e6a480e6a4805be6a480e6a4805b5e |
UHC | 椀椀[椀椀[^ | 1110100011001010111010001100101001011011111010001100101011101000110010100101101101011110 | e8cae8ca5be8cae8ca5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)