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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 梨꿑[梨꿑[^ | 111011111010011110100010111010101011111110010001010110111110111110100111101000101110101010111111100100010101101101011110 | efa7a2eabf915befa7a2eabf915b5e |
UHC | 梨꿑[梨꿑[^ | 1110110010110001100001010100110001011011111011001011000110000101010011000101101101011110 | ecb1854c5becb1854c5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)