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 | @_@_@_@_B | 10010010010000000101111110010010010000000101111110010010010000000101111110010010010000000101111101000010 | 92405f92405f92405f92405f42 |
SJIS-WIN | ?@_?@_?@_?@_B | 00111111010000000101111100111111010000000101111100111111010000000101111100111111010000000101111101000010 | 3f405f3f405f3f405f3f405f42 |
EUC-JP | ?@_?@_?@_?@_B | 00111111010000000101111100111111010000000101111100111111010000000101111100111111010000000101111101000010 | 3f405f3f405f3f405f3f405f42 |
UTF-8 | @_@_@_@_B | 1100001010010010010000000101111111000010100100100100000001011111110000101001001001000000010111111100001010010010010000000101111101000010 | c292405fc292405fc292405fc292405f42 |
UHC | ?@_?@_?@_?@_B | 00111111010000000101111100111111010000000101111100111111010000000101111100111111010000000101111101000010 | 3f405f3f405f3f405f3f405f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)