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 | 菽菽[菽菽[^ | 1110010011000001111001001100000101011011111001001100000111100100110000010101101101011110 | e4c1e4c15be4c1e4c15b5e |
EUC-JP | 菽菽[菽菽[^ | 1110100011000011111010001100001101011011111010001100001111101000110000110101101101011110 | e8c3e8c35be8c3e8c35b5e |
UTF-8 | 菽菽[菽菽[^ | 111010001000111110111101111010001000111110111101010110111110100010001111101111011110100010001111101111010101101101011110 | e88fbde88fbd5be88fbde88fbd5b5e |
UHC | 菽菽[菽菽[^ | 1110001011011101111000101101110101011011111000101101110111100010110111010101101101011110 | e2dde2dd5be2dde2dd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)